/external/skqp/src/core/ |
D | SkBlitter_Sprite.cpp | 18 : fSource(source) {} in SkSpriteBlitter() 79 SkASSERT(fDst.colorType() == fSource.colorType()); in blitRect() 83 const char* src = (const char*)fSource.addr(x - fLeft, y - fTop); in blitRect() 85 const size_t srcRB = fSource.rowBytes(); in blitRect() 86 const size_t bytesToCopy = width << fSource.shiftPerPixel(); in blitRect() 115 p.append_load(fSource.colorType(), &fSrcPtr); in setup() 117 if (fSource.colorType() == kAlpha_8_SkColorType) { in setup() 123 auto srcCS = fSource.colorSpace(); in setup() 124 if (!srcCS || fSource.colorType() == kAlpha_8_SkColorType) { in setup() 129 auto srcAT = fSource.isOpaque() ? kOpaque_SkAlphaType in setup() [all …]
|
D | SkSpriteBlitter_ARGB32.cpp | 40 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 42 size_t srcRB = fSource.rowBytes(); in blitRect() 72 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 74 size_t srcRB = fSource.rowBytes(); in blitRect()
|
D | SkSpriteBlitter_RGB565.cpp | 44 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 46 size_t srcRB = fSource.rowBytes(); in blitRect() 132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 134 size_t srcRB = fSource.rowBytes(); in blitRect()
|
D | SkNormalMapSource.cpp | 139 : fSource(source) in Provider() 194 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY); in fillScanLine()
|
D | SkSpriteBlitter.h | 41 const SkPixmap fSource; variable
|
D | SkNormalMapSource.h | 42 const SkNormalMapSourceImpl& fSource; in SK_FLATTENABLE_HOOKS()
|
/external/skia/src/core/ |
D | SkBlitter_Sprite.cpp | 18 : fSource(source) {} in SkSpriteBlitter() 79 SkASSERT(fDst.colorType() == fSource.colorType()); in blitRect() 83 const char* src = (const char*)fSource.addr(x - fLeft, y - fTop); in blitRect() 85 const size_t srcRB = fSource.rowBytes(); in blitRect() 86 const size_t bytesToCopy = width << fSource.shiftPerPixel(); in blitRect() 115 p.append_load(fSource.colorType(), &fSrcPtr); in setup() 117 if (fSource.colorType() == kAlpha_8_SkColorType) { in setup() 123 auto srcCS = fSource.colorSpace(); in setup() 124 if (!srcCS || fSource.colorType() == kAlpha_8_SkColorType) { in setup() 129 auto srcAT = fSource.isOpaque() ? kOpaque_SkAlphaType in setup() [all …]
|
D | SkSpriteBlitter_ARGB32.cpp | 40 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 42 size_t srcRB = fSource.rowBytes(); in blitRect() 72 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 74 size_t srcRB = fSource.rowBytes(); in blitRect()
|
D | SkSpriteBlitter_RGB565.cpp | 44 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 46 size_t srcRB = fSource.rowBytes(); in blitRect() 132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); in blitRect() 134 size_t srcRB = fSource.rowBytes(); in blitRect()
|
D | SkNormalMapSource.cpp | 140 : fSource(source) in Provider() 199 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY); in fillScanLine()
|
D | SkSpriteBlitter.h | 41 const SkPixmap fSource; variable
|
D | SkNormalMapSource.h | 42 const SkNormalMapSourceImpl& fSource; in SK_FLATTENABLE_HOOKS()
|
/external/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 211 v->visit("Source", fSource, gValueSourceMapping, SK_ARRAY_COUNT(gValueSourceMapping)); in visitFields() 212 if (source_needs_frame(fSource)) { in visitFields() 226 switch ((kAge_Source == fSource) ? params.fAgeSource : fSource) { in getSourceValue() 244 SkASSERT(source_needs_frame(fSource)); in getSourceValue() 248 switch (fSource) { in getSourceValue()
|
/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 1277 fSource = textPtr.get(); in convertProgram() 1304 fSource = nullptr; in optimize() 1338 fSource = program.fSource.get(); in toSPIRV() 1341 fSource = nullptr; in toSPIRV() 1356 fSource = program.fSource.get(); in toSPIRV() 1359 fSource = nullptr; in toSPIRV() 1377 fSource = program.fSource.get(); in toGLSL() 1380 fSource = nullptr; in toGLSL() 1418 fSource = program.fSource.get(); in toCPP() 1421 fSource = nullptr; in toCPP() [all …]
|
D | SkSLHCodeGenerator.cpp | 308 Parser parser(program.fSource->c_str(), program.fSource->length(), types, errors); in GetHeader() 315 return String(program.fSource->c_str() + header.fOffset, header.fLength); in GetHeader()
|
/external/skia/src/sksl/ |
D | SkSLCompiler.cpp | 1277 fSource = textPtr.get(); in convertProgram() 1324 fSource = nullptr; in optimize() 1358 fSource = program.fSource.get(); in toSPIRV() 1361 fSource = nullptr; in toSPIRV() 1376 fSource = program.fSource.get(); in toSPIRV() 1379 fSource = nullptr; in toSPIRV() 1397 fSource = program.fSource.get(); in toGLSL() 1400 fSource = nullptr; in toGLSL() 1438 fSource = program.fSource.get(); in toCPP() 1441 fSource = nullptr; in toCPP() [all …]
|
D | SkSLHCodeGenerator.cpp | 324 Parser parser(program.fSource->c_str(), program.fSource->length(), types, errors); in GetHeader() 331 return String(program.fSource->c_str() + header.fOffset, header.fLength); in GetHeader()
|
/external/skia/src/sksl/lex/ |
D | RegexParser.cpp | 13 fSource = source; in parse() 23 if (fIndex >= fSource.size()) { in peek() 26 return fSource[fIndex]; in peek()
|
D | RegexParser.h | 82 std::string fSource; variable
|
/external/skqp/src/sksl/lex/ |
D | RegexParser.cpp | 13 fSource = source; in parse() 23 if (fIndex >= fSource.size()) { in peek() 26 return fSource[fIndex]; in peek()
|
D | RegexParser.h | 82 std::string fSource; variable
|
/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
|
/external/skqp/src/sksl/ir/ |
D | SkSLProgram.h | 218 , fSource(std::move(source)) in Program() 259 std::unique_ptr<String> fSource; member
|
/external/skia/src/sksl/ir/ |
D | SkSLProgram.h | 228 , fSource(std::move(source)) in Program() 269 std::unique_ptr<String> fSource; member
|