Home
last modified time | relevance | path

Searched defs:srcRB (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/core/
DARGB32_Clamp_Bilinear_BitmapShader.h22 const SkPMColor* srcPixels, int srcRB, const SkFilterPtrProc* proc_table) in sample_bilerp()
48 int srcRB, const SkFilterPtrProc* proc_table) in sample_bilerpx()
75 unsigned srcRB = srcBitmap.rowBytes(); in shadeSpan() local
DSkSpriteBlitter_ARGB32.cpp43 size_t srcRB = fSource->rowBytes(); in blitRect() local
131 unsigned srcRB = fSource->rowBytes(); in blitRect() local
178 unsigned srcRB = fSource->rowBytes(); in blitRect() local
225 unsigned srcRB = fSource->rowBytes(); in blitRect() local
254 unsigned srcRB = fSource->rowBytes(); in blitRect() local
DSkSpriteBlitterTemplate.h26 unsigned srcRB = fSource->rowBytes(); in blitRect() local
DSkBitmapShader16BilerpTemplate.h31 unsigned srcRB = srcBitmap.rowBytes(); in shadeSpan() local
140 unsigned srcRB = srcBitmap.rowBytes(); in shadeSpan16() local
DSkBitmapShaderTemplate.h67 unsigned srcRB = srcBitmap.rowBytes(); in shadeSpan() local
211 unsigned srcRB = srcBitmap.rowBytes(); in shadeSpan16() local
DSkScalerContext.cpp377 size_t srcRB = src.rowBytes(); in copyToLCD16() local
577 int srcRB = dstM.fRowBytes; in getImage() local
DSkSpriteBlitter_RGB16.cpp62 unsigned srcRB = fSource->rowBytes(); in blitRect() local
289 unsigned srcRB = fSource->rowBytes(); in blitRect() local
DSkAAClip.cpp2063 const size_t srcRB = srcMask.fRowBytes; in upscaleBW2A8() local
2127 const size_t srcRB = mask->fRowBytes; in blitMask() local
/external/skia/src/ports/
DSkFontHost_win.cpp390 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() local
759 static bool is_rgb_really_bw(const SkGdiRGB* src, int width, int height, int srcRB) { in is_rgb_really_bw()
771 static void rgb_to_bw(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_bw()
814 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_a8()
829 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_lcd16()
844 static void rgb_to_lcd32(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_lcd32()
892 size_t srcRB; in generateImage() local
/external/skia/src/effects/
DSkKernel33MaskFilter.cpp36 const int srcRB = src.fRowBytes; in filterMask() local
DSkBlurMask.cpp34 const uint8_t src[], int srcRB) { in build_sum_buffer()
492 const uint8_t src[], int srcRB, in merge_src_with_blur()
/external/skia/src/images/
DSkImageDecoder_wbmp.cpp142 size_t srcRB = SkAlign8(width) >> 3; in onDecode() local
/external/skia/src/gpu/
DSkGrFontScaler.cpp138 int srcRB = glyph.rowBytes(); in getPackedGlyphImage() local