/external/chromium_org/third_party/skia/src/core/ |
SkConfig8888.h | 17 size_t dstRowBytes, 45 size_t dstRowBytes, 55 SkConvertConfig8888Pixels(dstPixels, dstRowBytes, dstConfig8888, srcPixels, srcRowBytes, SkCanvas::kNative_Premul_Config8888, w, h); 70 size_t dstRowBytes = dstBmp.rowBytes(); 73 SkConvertConfig8888Pixels(dstPixels, dstRowBytes, SkCanvas::kNative_Premul_Config8888, srcPixels, srcRowBytes, srcConfig8888, w, h);
|
SkConfig8888.cpp | 150 size_t dstRowBytes, 164 dstPix += dstRowBytes; 171 size_t dstRowBytes, 179 convert_config8888<SkCanvas::kNative_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 182 convert_config8888<SkCanvas::kNative_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 185 convert_config8888<SkCanvas::kBGRA_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 188 convert_config8888<SkCanvas::kBGRA_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 191 convert_config8888<SkCanvas::kRGBA_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 194 convert_config8888<SkCanvas::kRGBA_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 205 size_t dstRowBytes, [all...] |
SkBitmap.cpp | 566 size_t dstRowBytes, bool preserveDstPad) const { 568 if (0 == dstRowBytes) { 569 dstRowBytes = fRowBytes; 572 if (dstRowBytes < ComputeRowBytes(this->config(), fWidth) || 576 if (!preserveDstPad && static_cast<uint32_t>(dstRowBytes) == fRowBytes) { 591 if (ComputeSafeSize(this->config(), fWidth, fHeight, dstRowBytes) > 601 row++, srcP += fRowBytes, dstP += dstRowBytes) { [all...] |
/external/skia/src/core/ |
SkConfig8888.h | 17 size_t dstRowBytes, 45 size_t dstRowBytes, 55 SkConvertConfig8888Pixels(dstPixels, dstRowBytes, dstConfig8888, srcPixels, srcRowBytes, SkCanvas::kNative_Premul_Config8888, w, h); 70 size_t dstRowBytes = dstBmp.rowBytes(); 73 SkConvertConfig8888Pixels(dstPixels, dstRowBytes, SkCanvas::kNative_Premul_Config8888, srcPixels, srcRowBytes, srcConfig8888, w, h);
|
SkConfig8888.cpp | 150 size_t dstRowBytes, 164 dstPix += dstRowBytes; 171 size_t dstRowBytes, 179 convert_config8888<SkCanvas::kNative_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 182 convert_config8888<SkCanvas::kNative_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 185 convert_config8888<SkCanvas::kBGRA_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 188 convert_config8888<SkCanvas::kBGRA_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 191 convert_config8888<SkCanvas::kRGBA_Premul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 194 convert_config8888<SkCanvas::kRGBA_Unpremul_Config8888, SRC_CFG>(dstPixels, dstRowBytes, srcPixels, srcRowBytes, width, height); 205 size_t dstRowBytes, [all...] |
SkBitmap.cpp | 566 size_t dstRowBytes, bool preserveDstPad) const { 568 if (0 == dstRowBytes) { 569 dstRowBytes = fRowBytes; 572 if (dstRowBytes < ComputeRowBytes(this->config(), fWidth) || 576 if (!preserveDstPad && static_cast<uint32_t>(dstRowBytes) == fRowBytes) { 591 if (ComputeSafeSize(this->config(), fWidth, fHeight, dstRowBytes) > 601 row++, srcP += fRowBytes, dstP += dstRowBytes) { [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
SkGrFontScaler.cpp | 123 int dstRowBytes, 135 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
|
/external/skia/src/gpu/ |
SkGrFontScaler.cpp | 123 int dstRowBytes, 135 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 191 const size_t dstRowBytes = dstMask.fRowBytes; 204 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes); 208 dst += dstRowBytes; 226 dst += dstRowBytes; 244 dst += dstRowBytes;
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 202 const size_t dstRowBytes = dstMask.fRowBytes; 215 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes); 219 dst += dstRowBytes; 237 dst += dstRowBytes; 255 dst += dstRowBytes;
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmap.h | 275 In the case when the dstRowBytes matches the bitmap's rowBytes, the copy 286 @param dstRowBytes Width of each line in the buffer. If 0, uses 290 bool copyPixelsTo(void* const dst, size_t dstSize, size_t dstRowBytes = 0,
|
/external/skia/include/core/ |
SkBitmap.h | 275 In the case when the dstRowBytes matches the bitmap's rowBytes, the copy 286 @param dstRowBytes Width of each line in the buffer. If 0, uses 290 bool copyPixelsTo(void* const dst, size_t dstSize, size_t dstRowBytes = 0,
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurMask.cpp | 435 static void clamp_with_orig(uint8_t dst[], int dstRowBytes, 464 dst += dstRowBytes - sw; [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 435 static void clamp_with_orig(uint8_t dst[], int dstRowBytes, 464 dst += dstRowBytes - sw; [all...] |