Home
last modified time | relevance | path

Searched refs:fSource (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkBlitter_Sprite.cpp17 : fSource(source) {} in SkSpriteBlitter()
78 SkASSERT(fDst.colorType() == fSource.colorType()); in blitRect()
82 const char* src = (const char*)fSource.addr(x - fLeft, y - fTop); in blitRect()
84 const size_t srcRB = fSource.rowBytes(); in blitRect()
85 const size_t bytesToCopy = width << fSource.shiftPerPixel(); in blitRect()
115 switch (fSource.colorType()) { in setup()
126 (!fSource.colorSpace() || fSource.colorSpace()->gammaCloseToSRGB())) { in setup()
127 p.append_from_srgb(fSource.alphaType()); in setup()
129 if (fSource.colorType() == kAlpha_8_SkColorType) { in setup()
134 fSource.colorSpace(), fDst.colorSpace(), kPremul_SkAlphaType); in setup()
[all …]
DSkSpriteBlitterTemplate.h19 const SkSPRITE_SRC_TYPE* SK_RESTRICT src = fSource.SkSPRITE_SRC_GETADDR(srcX, srcY); in blitRect()
21 size_t srcRB = fSource.rowBytes(); in blitRect()
24 SkDEBUGCODE((void)fSource.SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);) in blitRect()
26 SkSPRITE_PREAMBLE(fSource, srcX, srcY); in blitRect()
53 SkSPRITE_POSTAMBLE((*fSource)); in blitRect()
DSkSpriteBlitter_ARGB32.cpp39 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect()
41 size_t srcRB = fSource.rowBytes(); in blitRect()
71 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect()
73 size_t srcRB = fSource.rowBytes(); in blitRect()
DSkSpriteBlitter_RGB565.cpp43 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect()
45 size_t srcRB = fSource.rowBytes(); in blitRect()
131 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect()
133 size_t srcRB = fSource.rowBytes(); in blitRect()
DSkSpriteBlitter.h41 const SkPixmap fSource; variable
DSkNormalMapSource.h42 const SkNormalMapSourceImpl& fSource;
DSkNormalMapSource.cpp140 : fSource(source) in Provider()
195 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY); in fillScanLine()
/external/dng_sdk/source/
Ddng_iptc.cpp60 , fSource () in dng_iptc()
161 if (fSource.NotEmpty ()) in IsEmpty()
588 ParseString (stream, fSource, charSet); in Parse()
946 fSource, in Spool()
Ddng_iptc.h74 dng_string fSource; variable
Ddng_xmp.cpp2071 iptc.fSource, in SyncIPTC()