Searched refs:getAddr16 (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp58 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
84 #define SkSPRITE_DST_GETADDR getAddr16
85 #define SkSPRITE_SRC_GETADDR getAddr16
106 #define SkSPRITE_DST_GETADDR getAddr16
107 #define SkSPRITE_SRC_GETADDR getAddr16
127 #define SkSPRITE_DST_GETADDR getAddr16
128 #define SkSPRITE_SRC_GETADDR getAddr16
143 #define SkSPRITE_DST_GETADDR getAddr16
157 #define SkSPRITE_DST_GETADDR getAddr16
[all...]
H A DSkBlitter_RGB16.cpp209 #define SK_BLITBWMASK_GETADDR getAddr16
218 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
246 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
285 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
308 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
373 #define SK_BLITBWMASK_GETADDR getAddr16
390 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
485 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
501 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
578 uint16_t* SK_RESTRICT device = fDevice.getAddr16(
[all...]
H A DSkMipMap.cpp54 const uint16_t* p = src.getAddr16(x, y);
74 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)pack16(c >> 2);
89 const uint16_t* p = src.getAddr16(x, y);
109 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)collaps4444(c >> 2);
H A DSkSpriteBlitter_ARGB32.cpp175 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
222 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
251 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
H A DSkBitmap.cpp544 uint16_t* addr = this->getAddr16(x, y);
548 uint16_t* addr = this->getAddr16(x, y);
606 const SkPMColor16* row = bm.getAddr16(0, y);
688 uint16_t* p = this->getAddr16(area.fLeft, area.fTop);;
1059 const SkPMColor16* SK_RESTRICT s = src.getAddr16(0, 0);
H A DSkBitmapProcShader.cpp319 *color = SkPixel16ToColor(*bm.getAddr16(0, 0));
H A DSkDraw.cpp337 uint16_t* addr = bitmap->getAddr16(0, 0);
/external/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp58 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
84 #define SkSPRITE_DST_GETADDR getAddr16
85 #define SkSPRITE_SRC_GETADDR getAddr16
106 #define SkSPRITE_DST_GETADDR getAddr16
107 #define SkSPRITE_SRC_GETADDR getAddr16
127 #define SkSPRITE_DST_GETADDR getAddr16
128 #define SkSPRITE_SRC_GETADDR getAddr16
143 #define SkSPRITE_DST_GETADDR getAddr16
157 #define SkSPRITE_DST_GETADDR getAddr16
[all...]
H A DSkBlitter_RGB16.cpp203 #define SK_BLITBWMASK_GETADDR getAddr16
212 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
240 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
279 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
302 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
367 #define SK_BLITBWMASK_GETADDR getAddr16
382 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
475 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
491 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
568 uint16_t* SK_RESTRICT device = fDevice.getAddr16(
[all...]
H A DSkMipMap.cpp54 const uint16_t* p = src.getAddr16(x, y);
74 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)pack16(c >> 2);
89 const uint16_t* p = src.getAddr16(x, y);
109 *dst->getAddr16(x >> 1, y >> 1) = (uint16_t)collaps4444(c >> 2);
H A DSkSpriteBlitter_ARGB32.cpp175 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
222 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
251 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
H A DSkBitmap.cpp608 uint16_t* addr = this->getAddr16(x, y);
612 uint16_t* addr = this->getAddr16(x, y);
670 const SkPMColor16* row = bm.getAddr16(0, y);
752 uint16_t* p = this->getAddr16(area.fLeft, area.fTop);;
1004 SkPMColor16* SK_RESTRICT dstRow = (SkPMColor16*) tmpDst.getAddr16(0, y);
1114 const SkPMColor16* SK_RESTRICT s = src.getAddr16(0, 0);
H A DSkBitmapProcShader.cpp306 *color = SkPixel16ToColor(*bm.getAddr16(0, 0));
/external/chromium_org/third_party/skia/gm/
H A Dbitmappremul.cpp53 uint16_t* dst = bitmap.getAddr16(0, y);
89 uint16_t* dst = bitmap.getAddr16(0, y);
/external/chromium_org/third_party/skia/src/effects/
H A DSkTransparentShader.cpp68 const uint16_t* src = fDevice->getAddr16(x, y);
112 uint16_t* src = fDevice->getAddr16(x, y);
/external/skia/gm/
H A Dbitmappremul.cpp53 uint16_t* dst = bitmap.getAddr16(0, y);
89 uint16_t* dst = bitmap.getAddr16(0, y);
/external/skia/src/effects/
H A DSkTransparentShader.cpp68 const uint16_t* src = fDevice->getAddr16(x, y);
112 uint16_t* src = fDevice->getAddr16(x, y);
/external/skia/samplecode/
H A DSampleTextAlpha.cpp38 uint16_t c = *bm.getAddr16(x, y);
H A DSampleEncode.cpp53 *bm->getAddr16(x, y) = SkPixel32ToPixel16(*device.getAddr32(x, y));
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.cpp81 uint16_t* src = bitmap.getAddr16(0, y);
125 uint16_t* src = bitmap.getAddr16(0, y);
352 uint16_t* src = bitmap.getAddr16(0, y);
386 uint16_t* dst = outBitmap.getAddr16(0, dstRow);
387 uint16_t* src = bitmap.getAddr16(0, y);
/external/skia/src/pdf/
H A DSkPDFImage.cpp80 uint16_t* src = bitmap.getAddr16(0, y);
124 uint16_t* src = bitmap.getAddr16(0, y);
351 uint16_t* src = bitmap.getAddr16(0, y);
385 uint16_t* dst = outBitmap.getAddr16(0, dstRow);
386 uint16_t* src = bitmap.getAddr16(0, y);
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h539 as the corresponding size-specific method (e.g. getAddr16). Since the
560 inline uint16_t* getAddr16(int x, int y) const;
861 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { function in class:SkBitmap
/external/skia/include/core/
H A DSkBitmap.h576 as the corresponding size-specific method (e.g. getAddr16). Since the
597 inline uint16_t* getAddr16(int x, int y) const;
878 inline uint16_t* SkBitmap::getAddr16(int x, int y) const { function in class:SkBitmap
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEncode.cpp53 *bm->getAddr16(x, y) = SkPixel32ToPixel16(*device.getAddr32(x, y));
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1079 *bmp.getAddr16(x, y) = (on_grid ? grid_color : background_color);
1104 *bmp.getAddr16(x, y) = (use_color2 ? color2 : color1);

Completed in 804 milliseconds

12