Home
last modified time | relevance | path

Searched refs:SkPackARGB32 (Results 1 – 25 of 57) sorted by relevance

123

/external/skia/gm/
Dtexdata.cpp31 const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); in fill_in_pixels()
32 const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff); in fill_in_pixels()
33 const SkPMColor black = SkPackARGB32(0x00, 0x00, 0x00, 0x00); in fill_in_pixels()
82 const SkPMColor red = SkPackARGB32(0x80, 0x80, 0x00, 0x00);
83 const SkPMColor blue = SkPackARGB32(0x80, 0x00, 0x00, 0x80);
84 const SkPMColor green = SkPackARGB32(0x80, 0x00, 0x80, 0x00);
Dxfermodes2.cpp89 SkPackARGB32(0xFF, 0x42, 0x41, 0x42), in onOnceBeforeDraw()
90 SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), in onOnceBeforeDraw()
91 SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), in onOnceBeforeDraw()
92 SkPackARGB32(0xFF, 0x42, 0x41, 0x42) in onOnceBeforeDraw()
109 SkPMColor rowColor = SkPackARGB32(c, c, 0, c/2); in onOnceBeforeDraw()
122 SkPMColor colColor = SkPackARGB32(c, 0, c, c/2); in onOnceBeforeDraw()
Dbigmatrix.cpp50 pixels[0] = SkPackARGB32(0xFF, 0xFF, 0x00, 0x00);
51 pixels[1] = SkPackARGB32(0xFF, 0x00, 0xFF, 0x00);
52 pixels[2] = SkPackARGB32(0x80, 0x00, 0x00, 0x00);
53 pixels[3] = SkPackARGB32(0xFF, 0x00, 0x00, 0xFF);
Dsimple_magnification.cpp45 *bm.getAddr32(1, 1) = SkPackARGB32(0xFF, 0x00, 0xFF, 0x00); in make_image()
46 *bm.getAddr32(2, 1) = SkPackARGB32(0xFF, 0x00, 0x00, 0xFF); in make_image()
47 *bm.getAddr32(1, 2) = SkPackARGB32(0xFF, 0x00, 0xFF, 0xFF); in make_image()
48 *bm.getAddr32(2, 2) = SkPackARGB32(0xFF, 0x88, 0x88, 0x88); in make_image()
Dxfermodes3.cpp178 SkPackARGB32(0xFF, 0x42, 0x41, 0x42), in onOnceBeforeDraw()
179 SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), in onOnceBeforeDraw()
180 SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), in onOnceBeforeDraw()
181 SkPackARGB32(0xFF, 0x42, 0x41, 0x42) in onOnceBeforeDraw()
Dgamma.cpp28 pixels[0] = pixels[3] = SkPackARGB32(0xFF, 0xFF, 0xFF, 0xFF);
29 pixels[1] = pixels[2] = SkPackARGB32(0xFF, 0, 0, 0);
50 mipmapPixels[0] = mipmapPixels[3] = SkPackARGB32(0xFF, s25, s25, s25);
51 mipmapPixels[1] = mipmapPixels[2] = SkPackARGB32(0xFF, s75, s75, s75);
Dbitmappremul.cpp38 dst[x] = SkPackARGB32(rowColor, rowColor, in make_argb8888_gradient()
72 dst[x] = SkPackARGB32(rowColor, rowColor, in make_argb8888_stripes()
Dtinybitmap.cpp17 const SkPMColor c[] = { SkPackARGB32(0x80, 0x80, 0, 0) }; in make_bitmap()
Dfilterbug.cpp20 *bm.getAddr32(x, y) = SkPackARGB32(0xFF, 0x0, 0x0, 0x0); in make_image()
/external/skia/tests/
DColorFilterTest.cpp122 in = SkPackARGB32(i, i, i, i); in DEF_TEST()
132 in = SkPackARGB32(i, 0, 0, 0); in DEF_TEST()
139 in = SkPackARGB32(i, i, i / 2, i / 3); in DEF_TEST()
224 storage[b] = SkPackARGB32(0xFF, r, g, b); in DEF_TEST()
DBlitRowTest.cpp118 { 0, 0xFFFFFFFF, SkPackARGB32(0xFF, 0xFF, 0xFF, 0xFF), 0xFFFF, 0xFF }, in test_00_FF()
119 { 0xFFFFFFFF, 0, SkPackARGB32(0xFF, 0xFF, 0xFF, 0xFF), 0xFFFF, 0xFF }, in test_00_FF()
120 { 0xFFFFFFFF, 0xFFFFFFFF, SkPackARGB32(0xFF, 0xFF, 0xFF, 0xFF), 0xFFFF, 0xFF }, in test_00_FF()
DSRGBMipMapTest.cpp97 SkPackARGB32(0xFF, srgb60, srgb60, srgb60), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
98 SkPackARGB32(0xFF, 0x00, 0x00, 0x00) in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/core/
DSkXfermode.cpp422 return SkPackARGB32(da, in srcatop_modeproc()
437 return SkPackARGB32(sa, in dstatop_modeproc()
453 return SkPackARGB32(sa + da - (SkAlphaMulAlpha(sa, da) << 1), in xor_modeproc()
470 return SkPackARGB32(a, r, g, b); in plus_modeproc()
479 return SkPackARGB32(a, r, g, b); in modulate_modeproc()
500 return SkPackARGB32(a, r, g, b); in multiply_modeproc()
509 return SkPackARGB32(a, r, g, b); in screen_modeproc()
530 return SkPackARGB32(a, r, g, b); in overlay_modeproc()
552 return SkPackARGB32(a, r, g, b); in darken_modeproc()
574 return SkPackARGB32(a, r, g, b); in lighten_modeproc()
[all …]
DSkBitmapProcState_procs.h40 return SkPackARGB32(0xFF, r, g, b); in SkExpanded_565_To_PMColor()
223 SkPMColor color = SkPackARGB32(0xFF, tmp, tmp, tmp); \
231 #define RETURNDST(src) SkAlphaMulQ(SkPackARGB32(0xFF, src, src, src), alphaScale)
DSkDither.h84 return SkPackARGB32(sa, sr, sg, sb); in SkDitherARGB32For565()
98 return SkPackARGB32(0xFF, sr, sg, sb); in SkDitherRGB32For565()
DSkBlitMask_D32.cpp227 dst[i] = SkPackARGB32(0xFF, in LCD16_RowProc_Blend()
268 dst[i] = SkPackARGB32(0xFF, in LCD16_RowProc_Opaque()
/external/skia/samplecode/
DSampleLitAtlas.cpp233 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0x88, 0x88, 0xFF); in MakeAtlas()
248 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0xFF, 0, 0); in MakeAtlas()
262 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0xFF, 0); in MakeAtlas()
282 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0, 0xFF); in MakeAtlas()
309 *atlas.getAddr32(x, y) = SkPackARGB32(0xFF, 0, 0xFF, 0xFF); in MakeAtlas()
311 *atlas.getAddr32(x, y) = SkPackARGB32(0, 0, 0, 0); in MakeAtlas()
DClockFaceView.cpp29 return SkPackARGB32(0, x, x, x) | (c & (SK_A32_MASK << SK_A32_SHIFT)); in rgb2gray()
45 fMask = SkPackARGB32(0xFF, redMask, greenMask, blueMask); in SkChannelMaskColorFilter()
DSampleTinyBitmap.cpp20 c[i] = SkPackARGB32(0x80, 0x80, 0, 0); in make_bitmap()
/external/toolchain-utils/user_activity_benchmarks/testdata/expected/pprof_common/
Dfile3.pprof2 SkPackARGB32,/home/chrome-bot/chrome_root/src/third_party/skia/include/core/SkColorPriv.h,/opt/goog…
/external/toolchain-utils/user_activity_benchmarks/testdata/results/pprof_common/
Dfile3.pprof2 SkPackARGB32,/home/chrome-bot/chrome_root/src/third_party/skia/include/core/SkColorPriv.h,/opt/goog…
/external/skia/include/core/
DSkColorPriv.h405 static inline SkPMColor SkPackARGB32(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPackARGB32() function
439 return SkPackARGB32(a, r, g, b); in SkFourByteInterp256()
562 return SkPackARGB32(a, r, g, b); in SkPremultiplyARGBInline()
734 return SkPackARGB32(0xFF, r, g, b); in SkPixel16ToPixel32()
1016 return SkPackARGB32(0xFF, in SkBlendLCD16()
1051 return SkPackARGB32(0xFF, in SkBlendLCD16Opaque()
/external/skia/src/effects/
DSkLumaColorFilter.cpp36 dst[i] = SkPackARGB32(luma, 0, 0, 0); in filterSpan()
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top/
Dfile3.pprof15 …1628614163 1.64% 27.31% 1633246854 1.64% SkPackARGB32 /home/chrome-bot/chrome_root/src/third_pa…
/external/skia/src/effects/gradients/
DSkGradientShader.cpp503 cache[kCache32Count*0] = SkPackARGB32(0xFF, (r + 0 ) >> 16, in Build32bitCache()
506 cache[kCache32Count*1] = SkPackARGB32(0xFF, (r + bias1) >> 16, in Build32bitCache()
509 cache[kCache32Count*2] = SkPackARGB32(0xFF, (r + bias2) >> 16, in Build32bitCache()
512 cache[kCache32Count*3] = SkPackARGB32(0xFF, (r + bias3) >> 16, in Build32bitCache()
522 cache[kCache32Count*0] = SkPackARGB32((a + 0 ) >> 16, in Build32bitCache()
526 cache[kCache32Count*1] = SkPackARGB32((a + bias1) >> 16, in Build32bitCache()
530 cache[kCache32Count*2] = SkPackARGB32((a + bias2) >> 16, in Build32bitCache()
534 cache[kCache32Count*3] = SkPackARGB32((a + bias3) >> 16, in Build32bitCache()

123