Home
last modified time | relevance | path

Searched defs:colors (Results 401 - 425 of 577) sorted by relevance

1...<<11121314151617181920>>...24

/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/include/
H A Dcolor_extract.h137 uint32_t *colors = colorExtract_->colors_.data(); in fitBox() local
214 uint32_t *colors = colorExtract_->colors_.data(); in FindSplitPoint() local
238 ModifySignificantOctet(uint32_t *colors, int dimension, int lower, int upper) ModifySignificantOctet() argument
265 uint32_t *colors = colorExtract_->colors_.data(); GetAverageColor() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp497 Drawing::ColorQuad colors[SET_COLOR_QUAD_SIZE]; in HWTEST_F() local
1461 Drawing::ColorQuad colors = 0; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dauxiliary_picture_napi.cpp220 auto colors = static_cast<uint32_t*>(context->arrayBuffer); in STATIC_EXEC_FUNC() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H A Dcolor_picker_napi.cpp858 std::vector<ColorManager::Color> colors = thisColorPicker->nativeColorPicker_->GetTopProportionColors(colorsNum); in GetTopProportionColors() local
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dspca501.c24 __u8 colors; member
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dspca501.c24 __u8 colors; member
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp230 uint32_t colors[COLOR_PARAMETER] = {0xFFFF0000, 0xFFFF0000, 0xFFFF0000}; in HWTEST_F() local
513 uint32_t colors[] = {0xffff00ff, 0xff00ff00}; in HWTEST_F() local
568 uint32_t colors[] = {0xffff00ff, 0xff00ff00}; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c133 int colors; in vqa_decode_init() local
/third_party/ffmpeg/libavfilter/
H A Davf_showfreqs.c72 char *colors; member
384 char *colors, *color, *saveptr = NULL; in plot_freqs() local
[all...]
H A Dvf_huesaturation.c55 int colors; member
[all...]
/third_party/backends/backend/
H A Dkodakaio.h187 int colors; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp617 vector<tcu::Vec4> colors; in iterate() local
H A DvktDrawOHOSNativeBufferTests.cpp645 vector<tcu::Vec4> colors; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp201 const auto colors = (isLines ? getLineColors() : getTriangleColors()); in initPrograms() local
410 const auto colors = (isLines ? getLineColors() : getTriangleColors()); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp430 GenerateTriangles(deUint32 tilesX, deUint32 tilesY, vector<Vec4> colors, const vector<deUint32>& invalidIndices, AllocateVertexFn allocateVertex, WriteIndexFn writeIndex) GenerateTriangles() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawAhbTests.cpp617 vector<tcu::Vec4> colors; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp201 const auto colors = (isLines ? getLineColors() : getTriangleColors()); in initPrograms() local
410 const auto colors = (isLines ? getLineColors() : getTriangleColors()); in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp376 std::array<GLColor, 3> colors = {GLColor(255, 0, 0, 255), GLColor(0, 255, 0, 255), in CheckDrawResult() local
/third_party/skia/src/core/
H A DSkDraw_vertices.cpp209 static bool compute_is_opaque(const SkColor colors[], int count) { in compute_is_opaque() argument
319 const SkColor* colors in drawFixedVertices() local
159 update(const SkMatrix& ctmInv, const SkPoint pts[], const SkPMColor4f colors[], int index0, int index1, int index2) update() argument
[all...]
H A DSkPicturePlayback.cpp248 const SkColor* colors = nullptr; in handleOp() local
506 const SkColor* colors = nullptr; in handleOp() local
H A DSkOverdrawCanvas.cpp94 void SkOverdrawCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch() argument
148 onDrawAtlas2(const SkImage* image, const SkRSXform xform[], const SkRect texs[], const SkColor colors[], int count, SkBlendMode mode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) onDrawAtlas2() argument
H A DSkReadBuffer.cpp267 bool SkReadBuffer::readColorArray(SkColor* colors, size_t size) { in readColorArray() argument
271 bool SkReadBuffer::readColor4fArray(SkColor4f* colors, size_t size) { in readColor4fArray() argument
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp105 DrawAtlasOpImpl(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, GrAAType aaType, int spriteCount, const SkRSXform* xforms, const SkRect* rects, const SkColor* colors) DrawAtlasOpImpl() argument
312 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, GrAAType aaType, int spriteCount, const SkRSXform* xforms, const SkRect* rects, const SkColor* colors) Make() argument
360 randomize_params(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms, SkTArray<SkRect>* texRects, SkTArray<GrColor>* colors, bool hasColors) randomize_params() argument
377 SkTArray<GrColor> colors; GR_DRAW_OP_TEST_DEFINE() local
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp43 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE, SK_ColorRED }; in make_shader1() local
160 SkColor* colors = colorStorage.get(); in draw() local
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp36 static std::unique_ptr<GrFragmentProcessor> make_textured_colorizer(const SkPMColor4f* colors, in make_textured_colorizer() argument
400 static std::unique_ptr<GrFragmentProcessor> make_looping_binary_colorizer(const SkPMColor4f* colors, in make_looping_binary_colorizer() argument
378 make_unrolled_binary_colorizer( const SkPMColor4f* colors, const SkScalar* positions, int count) make_unrolled_binary_colorizer() argument
433 make_colorizer(const SkPMColor4f* colors, const SkScalar* positions, int count, bool premul, const GrFPArgs& args) make_colorizer() argument
[all...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...24