Home
last modified time | relevance | path

Searched defs:colors (Results 151 - 175 of 424) sorted by relevance

12345678910>>...17

/third_party/ffmpeg/libavcodec/
H A Dbmp.c244 int colors = 1 << depth; in bmp_decode_frame() local
/third_party/backends/backend/
H A Dpieusb_buffer.h63 SANE_Int colors; /* number of colors in a pixel */ member
/third_party/mbedtls/library/
H A Dmps_trace.c44 static char const *colors[] = variable
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py14 from matplotlib import colors namespace
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendMinMaxTest.cpp56 Color colors[colorCount]; in runTest() local
/third_party/skia/tests/
H A DVerticesTest.cpp142 SkColor colors[] = { c, c, c }; in fill_triangle() local
H A DBitmapCopyTest.cpp135 static void fill_4x4_pixels(SkPMColor colors[16]) { in fill_4x4_pixels() argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcpal.c52 FT_Byte* colors; /* RGBA array of colors */ member
/third_party/skia/tools/viewer/
H A DSkSLSlide.cpp54 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; in load() local
/third_party/skia/gm/
H A Dstrokedlines.cpp142 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN }; variable
H A Dsrcmode.cpp40 const SkColor colors[] = { SK_ColorGREEN, SK_ColorBLUE }; in gradient_paintproc() local
H A Dverylargebitmap.cpp28 static void draw(SkCanvas* canvas, int width, int height, SkColor colors[2]) { in draw() argument
38 static sk_sp<SkImage> make_raster_image(int width, int height, SkColor colors[2]) { in make_raster_image() argument
44 static sk_sp<SkImage> make_picture_image(int width, int height, SkColor colors[2]) { in make_picture_image() argument
55 static void show_image(SkCanvas* canvas, int width, int height, SkColor colors[2], in show_image() argument
103 SkColor colors[ variable
[all...]
H A Dconstcolorprocessor.cpp73 SkColor colors[] = { 0xFFFF0000, 0x2000FF00, 0xFF0000FF}; variable
H A Dimagefilterscropexpand.cpp136 SkColor colors[2]; in make_gradient_circle() local
H A Dimagefiltersclipped.cpp44 SkColor colors[2]; in make_gradient_circle() local
H A Dlcdblendmodes.cpp41 const SkColor colors[] = { in make_shader() local
H A Darcto.cpp97 const SkColor colors[] = { SK_ColorRED, darkgreen, purple, SK_ColorBLUE }; in DEF_SIMPLE_GM() local
H A Dovals.cpp255 SkColor colors[] = { SK_ColorBLUE, SK_ColorRED, SK_ColorGREEN }; variable
H A Ddrawminibitmaprect.cpp41 constexpr SkColor colors[] = { SK_ColorRED, SK_ColorYELLOW, in makebm() local
H A Dimagefiltersscaled.cpp43 SkColor colors[2]; in make_gradient_circle() local
H A Dpatch.cpp26 const SkColor colors[] = { in make_shader() local
96 static void dopatch(SkCanvas* canvas, const SkColor colors[], sk_sp<SkImage> img, in dopatch() argument
157 const SkColor colors[SkPatchUtils::kNumCorners] = { in DEF_SIMPLE_GM() local
163 const SkColor colors[SkPatchUtil in DEF_SIMPLE_GM() local
169 const SkColor colors[SkPatchUtils::kNumCorners] = { DEF_SIMPLE_GM() local
178 const SkColor colors[SkPatchUtils::kNumCorners] = { DEF_SIMPLE_GM() local
188 const SkColor colors[SkPatchUtils::kNumCorners] = { DEF_SIMPLE_GM() local
[all...]
H A Dbitmapfilters.cpp23 const SkColor colors[4] = { in make_bm() local
/third_party/skia/modules/svg/src/
H A DSkSVGGradient.cpp70 StopColorArray colors; in onAsPaint() local
/third_party/skia/include/effects/
H A DSkGradientShader.h77 MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
101 MakeLinear(const SkPoint pts[2], const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
124 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
147 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
165 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
185 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
215 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument
221 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int count) MakeSweep() argument
248 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument
255 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count) MakeSweep() argument
[all...]

Completed in 11 milliseconds

12345678910>>...17