Home
last modified time | relevance | path

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

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