Home
last modified time | relevance | path

Searched defs:coordinates (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp59 double* coordinates, uint32_t &errorCode) in CreateColorPicker()
80 …std::shared_ptr<Drawing::Pixmap> pixmap, double* coordinates):RSColorExtract(pixmap, coordinates) … in RSColorPicker()
H A Drs_color_extract.cpp44 RSColorExtract::RSColorExtract(std::shared_ptr<Drawing::Pixmap> pixmap, double* coordinates) in RSColorExtract()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_color_picker_test.cpp72 double coordinates = 1.0; variable
H A Drs_color_extract_test.cpp59 double coordinates[4] = {1.f, 1.f, 1.f, 1.f}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h31 const Coordinate* coordinates; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp126 FontArguments::VariationPosition::Coordinate* coordinates = new in TypefaceFuzzTest004() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp71 std::vector<SkFontArguments::VariationPosition::Coordinate> coordinates; in MakeFontArguments() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/
H A Drscolorpicker_fuzzer.cpp79 double coordinates[4]; // 4 is number of array members in DoCreateColorPicker() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp85 double* coordinates, uint32_t &errorCode) in CreateColorPicker()
137 … std::shared_ptr<Media::PixelMap> pixmap, double* coordinates):ColorExtract(pixmap, coordinates) {} in ColorPicker()
H A Dcolor_extract.cpp62 ColorExtract::ColorExtract(std::shared_ptr<Media::PixelMap> pixmap, double* coordinates) in ColorExtract()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp479 std::vector<std::pair<int32_t, int32_t>> coordinates; in SimulateMovePointerEvent() local