Searched refs:fSource (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_Sprite.cpp | 17 : 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 …]
|
D | SkSpriteBlitterTemplate.h | 19 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()
|
D | SkSpriteBlitter_ARGB32.cpp | 39 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()
|
D | SkSpriteBlitter_RGB565.cpp | 43 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()
|
D | SkSpriteBlitter.h | 41 const SkPixmap fSource; variable
|
D | SkNormalMapSource.h | 42 const SkNormalMapSourceImpl& fSource;
|
D | SkNormalMapSource.cpp | 140 : fSource(source) in Provider() 195 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY); in fillScanLine()
|
/external/dng_sdk/source/ |
D | dng_iptc.cpp | 60 , fSource () in dng_iptc() 161 if (fSource.NotEmpty ()) in IsEmpty() 588 ParseString (stream, fSource, charSet); in Parse() 946 fSource, in Spool()
|
D | dng_iptc.h | 74 dng_string fSource; variable
|
D | dng_xmp.cpp | 2071 iptc.fSource, in SyncIPTC()
|