Home
last modified time | relevance | path

Searched refs:color_to_565 (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/gm/
H A Dbmpfilterqualityrepeat.cpp29 BmpFilterQualityRepeat() { this->setBGColor(ToolUtils::color_to_565(0xFFCCBBAA)); } in BmpFilterQualityRepeat()
40 colorBmp.eraseColor(ToolUtils::color_to_565(0xFF008200));
42 colorBmp.eraseColor(ToolUtils::color_to_565(0xFFFF9000));
44 colorBmp.eraseColor(ToolUtils::color_to_565(0xFF2000FF));
H A Dconvexpolyclip.cpp42 ToolUtils::color_to_565(0xFF222255), in make_img()
43 ToolUtils::color_to_565(0xFF331133), in make_img()
44 ToolUtils::color_to_565(0xFF884422), in make_img()
45 ToolUtils::color_to_565(0xFF000022), in make_img()
47 ToolUtils::color_to_565(0xFFAABBCC)}; in make_img()
H A Dxfermodes.cpp105 p.setColor(ToolUtils::color_to_565(0xFFFFCC44)); in make_bitmaps()
115 p.setColor(ToolUtils::color_to_565(0xFF66AAFF)); in make_bitmaps()
163 p.setColor(ToolUtils::color_to_565(0xFF66AAFF)); in draw_mode()
167 p.setColor(ToolUtils::color_to_565(0xFFAA66FF)); in draw_mode()
186 p.setColor(ToolUtils::color_to_565(0xFF66AAFF)); in draw_mode()
H A Dpathopsinverse.cpp30 const unsigned oneColor = ToolUtils::color_to_565(0xFF8080FF);
37 makePaint(&fOpPaint[kUnion_SkPathOp], ToolUtils::color_to_565(0xFFc0FFc0));
39 makePaint(&fOpPaint[kXOR_SkPathOp], ToolUtils::color_to_565(0xFFa0FFe0));
H A Dandroidblendmodes.cpp51 p.setColor(ToolUtils::color_to_565(kBlue));
61 p.setColor(ToolUtils::color_to_565(kRed));
H A Dpictureshader.cpp220 p.setColor(ToolUtils::color_to_565(0xFF303F9F)); // dark blue in DEF_SIMPLE_GM()
222 p.setColor(ToolUtils::color_to_565(0xFFC5CAE9)); // light blue in DEF_SIMPLE_GM()
228 p.setColor(ToolUtils::color_to_565(0xFF8BC34A)); // green in DEF_SIMPLE_GM()
H A Daddarc.cpp50 paint.setColor(ToolUtils::color_to_565(rand.nextU() | (0xFF << 24)));
142 paint.setColor(ToolUtils::color_to_565(rand.nextU() | (0xFF << 24)));
195 paint.setColor(ToolUtils::color_to_565(rand.nextU() | (0xFF << 24)));
H A Dmodecolorfilters.cpp57 canvas.clear(ToolUtils::color_to_565(0xFF800000)); in make_bg_shader()
59 paint.setColor(ToolUtils::color_to_565(0xFF000080)); in make_bg_shader()
H A Dblend.cpp37 p.setColor(ToolUtils::color_to_565(0xFF208000)); in DEF_SIMPLE_GM()
H A Dsimplerect.cpp43 paint.setColor(ToolUtils::color_to_565(rand.nextU() | (0xFF << 24)));
H A Dimageblur2.cpp55 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM()
H A Dimageblur.cpp35 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
H A Ddiscard.cpp68 SkColor color = ToolUtils::color_to_565(rand.nextU() | 0xFF404040);
H A Druntimeimagefilter.cpp56 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
H A Dfpcoordinateoverride.cpp76 ToolUtils::color_to_565(0xFF66AA99)) { in DEF_SIMPLE_GPU_GM_BG()
H A Dbigmatrix.cpp24 DEF_SIMPLE_GM_BG(bigmatrix, canvas, 50, 50, ToolUtils::color_to_565(0xFF66AA99)) { in DEF_SIMPLE_GM_BG()
H A Dfatpathfill.cpp29 paint.setColor(ToolUtils::color_to_565(0xFF0088FF)); in draw_pixel_centers()
H A Dmanypaths.cpp28 return ToolUtils::color_to_565(SkHSVToColor(hsv)); in gen_color()
H A Dquadpaths.cpp122 SkColor color = ToolUtils::color_to_565(0xff007000);
252 SkColor color = ToolUtils::color_to_565(0xff007000);
H A Ddisplacement.cpp41 SkColor c1 = ToolUtils::color_to_565(0xFF244484);
42 SkColor c2 = ToolUtils::color_to_565(0xFF804020);
H A Dstringart.cpp65 paint.setColor(ToolUtils::color_to_565(0xFF007700));
H A Dimagemagnifier.cpp47 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
H A Dpathinterior.cpp51 paint.setColor(hasInterior ? ToolUtils::color_to_565(0xFF8888FF) : SK_ColorGRAY); in show()
H A Dlinepaths.cpp115 SkColor color = ToolUtils::color_to_565(0xff007000); in draw()
/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp33 static SkColor Color() { return ToolUtils::color_to_565(0xffaabbcc); } in Color()

Completed in 11 milliseconds

12