OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPixel32ToPixel16
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/opts/
SkXfermode_opts.h
243
dst[0] =
SkPixel32ToPixel16
(dst32[0]);
244
dst[1] =
SkPixel32ToPixel16
(dst32[1]);
245
dst[2] =
SkPixel32ToPixel16
(dst32[2]);
246
dst[3] =
SkPixel32ToPixel16
(dst32[3]);
256
*dst =
SkPixel32ToPixel16
(dst32);
285
dst[i] =
SkPixel32ToPixel16
(dst32);
/external/skia/src/codec/
SkCodecPriv.h
166
return
SkPixel32ToPixel16
(colorPtr[fillIndex]);
SkSwizzler.cpp
186
dst[0] =
SkPixel32ToPixel16
(ctable[index]);
193
dst[x] =
SkPixel32ToPixel16
(ctable[index]);
254
dst[x] =
SkPixel32ToPixel16
(ctable[*src]);
[
all
...]
SkBmpRLECodec.cpp
218
dstRow[dstX] =
SkPixel32ToPixel16
(fColorTable->operator[](index));
/external/skia/src/core/
SkBlitRow_D16.cpp
78
*dst =
SkPixel32ToPixel16
(res);
SkDraw.cpp
205
*data =
SkPixel32ToPixel16
(pmc);
[
all
...]
/external/skia/tests/
CachedDecodingPixelRefTest.cpp
214
SkPixel32ToPixel16
(TestImageGenerator::PMColor()), info.width());
/external/skia/include/core/
SkColorPriv.h
610
static inline U16CPU
SkPixel32ToPixel16
(SkPMColor c) {
623
#define SkPixel32ToPixel16_ToU16(src) SkToU16(
SkPixel32ToPixel16
(src))
[
all
...]
/external/skia/tools/
sk_tool_utils.cpp
158
U16CPU color16 =
SkPixel32ToPixel16
(pmColor);
/external/skia/src/images/
SkScaledBitmapSampler.cpp
415
dst[x] =
SkPixel32ToPixel16
(ctable[*src]);
Completed in 273 milliseconds