Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSpriteBlitter_ARGB32.cpp43 size_t srcRB = fSource->rowBytes(); in blitRect() local
131 size_t srcRB = fSource->rowBytes(); in blitRect() local
178 size_t srcRB = fSource->rowBytes(); in blitRect() local
225 size_t srcRB = fSource->rowBytes(); in blitRect() local
254 size_t srcRB = fSource->rowBytes(); in blitRect() local
DSkConfig8888.cpp129 static void rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, size_t bytesPerRow, in rect_memcpy()
140 static void copy_g8_to_32(void* dst, size_t dstRB, const void* src, size_t srcRB, int w, int h) { in copy_g8_to_32()
153 static void copy_32_to_g8(void* dst, size_t dstRB, const void* src, size_t srcRB, in copy_32_to_g8()
182 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, in CopyPixels()
DSkSpriteBlitterTemplate.h26 size_t srcRB = fSource->rowBytes(); in blitRect() local
DSkScalerContext.cpp340 static void packA8ToA1(const SkMask& mask, const uint8_t* src, size_t srcRB) { in packA8ToA1()
451 const SkPMColor* srcRow, size_t srcRB) { in extract_alpha()
561 int srcRB = dstM.fRowBytes; in getImage() local
DSkSpriteBlitter_RGB16.cpp62 size_t srcRB = fSource->rowBytes(); in blitRect() local
289 size_t srcRB = fSource->rowBytes(); in blitRect() local
DSkBlitter_A8.cpp422 const size_t srcRB = mask.fRowBytes; in blitMask() local
DSkAAClip.cpp2126 const size_t srcRB = srcMask.fRowBytes; in upscaleBW2A8() local
2190 const size_t srcRB = mask->fRowBytes; in blitMask() local
/external/skia/src/images/
DSkImageDecoder_wbmp.cpp134 size_t srcRB = SkAlign8(width) >> 3; in onDecode() local
/external/skia/src/gpu/
DGrFontScaler.cpp164 int srcRB = glyph.rowBytes(); in getPackedGlyphImage() local
/external/skia/src/ports/
DSkFontHost_win.cpp508 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2); in draw() local
1127 static bool is_rgb_really_bw(const SkGdiRGB* src, int width, int height, size_t srcRB) { in is_rgb_really_bw()
1141 static void rgb_to_bw(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_bw()
1193 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_a8()
1212 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, in rgb_to_lcd16()
1238 size_t srcRB; in generateImage() local
DSkFontHost_FreeType_common.cpp267 static void packA8ToA1(const SkMask& mask, const uint8_t* src, size_t srcRB) { in packA8ToA1()
/external/skia/src/effects/
DSkBlurMask.cpp420 const uint8_t src[], int srcRB, in merge_src_with_blur()