Home
last modified time | relevance | path

Searched refs:fSource (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp21 : fSource(source) {} in SkSpriteBlitter()
83 SkASSERT(fDst.colorType() == fSource.colorType());
87 const char* src = (const char*)fSource.addr(x - fLeft, y - fTop);
89 const size_t srcRB = fSource.rowBytes();
90 const size_t bytesToCopy = width << fSource.shiftPerPixel();
121 p.append_load(fSource.colorType(), &fSrcPtr);
123 if (fSource.colorType() == kAlpha_8_SkColorType) {
129 auto srcCS = fSource.colorSpace();
130 if (!srcCS || fSource.colorType() == kAlpha_8_SkColorType) {
135 auto srcAT = fSource
[all...]
H A DSkGlyphBuffer.h33 SkASSERT(index < fSource.size()); in reject()
37 auto [glyphID, pos] = fSource[index]; in reject()
43 fRejects[fRejectSize++] = fSource[index]; in reject()
54 fSource = fRejects; in flipRejectsToSource()
58 return fSource; in flipRejectsToSource()
61 SkZip<const SkGlyphID, const SkPoint> source() const { return fSource; } in source()
67 fSource = source; in SkSourceGlyphBuffer()
70 return fSource.get<0>().data() == fRejectedGlyphIDs.data(); in sourceIsRejectBuffers()
73 SkZip<const SkGlyphID, const SkPoint> fSource; local
H A DSkGlyphRun.h40 size_t runSize() const { return fSource.size(); } in runSize()
41 SkSpan<const SkPoint> positions() const { return fSource.get<1>(); } in positions()
42 SkSpan<const SkGlyphID> glyphsIDs() const { return fSource.get<0>(); } in glyphsIDs()
43 SkZip<const SkGlyphID, const SkPoint> source() const { return fSource; } in source()
52 const SkZip<const SkGlyphID, const SkPoint> fSource; member in SkGlyphRun
H A DSkImageFilterTypes.h586 , fSource(sk_ref_sp(source), LayerSpace<SkIPoint>({0, 0})) {} in Context()
596 , fSource(source) {} in Context()
630 const SkSurfaceProps& surfaceProps() const { return fSource.image()->props(); } in surfaceProps()
637 const FilterResult& source() const { return fSource; } in source()
639 const SkSpecialImage* sourceImage() const { return fSource.image(); } in sourceImage()
642 bool gpuBacked() const { return fSource.image()->isTextureBacked(); } in gpuBacked()
644 GrRecordingContext* getContext() const { return fSource.image()->getContext(); } in getContext()
654 bool isValid() const { return fSource.image() != nullptr && fMapping.layerMatrix().isFinite(); } in isValid()
664 return fSource.image()->makeSurface(fColorType, fColorSpace, size, in makeSurface()
670 return Context(mapping, fDesiredOutput, fCache, fColorType, fColorSpace, fSource); in withNewMapping()
685 FilterResult fSource; global() member in skif::Context
[all...]
H A DSkSpriteBlitter_ARGB32.cpp39 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
41 size_t srcRB = fSource.rowBytes();
71 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
73 size_t srcRB = fSource.rowBytes();
H A DSkSpriteBlitter_RGB565.cpp43 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
45 size_t srcRB = fSource.rowBytes();
132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop);
134 size_t srcRB = fSource.rowBytes();
H A DSkSpriteBlitter.h41 const SkPixmap fSource; member in SkSpriteBlitter
H A DSkGlyphRun.cpp30 : fSource{SkMakeZip(glyphIDs, positions)} in SkGlyphRun()
37 : fSource{that.fSource} in SkGlyphRun()
H A DSkRuntimeEffect.cpp254 program->fSource = std::make_unique<SkSL::String>(program->description()); in MakeFromDSL()
515 : fHash(SkOpts::hash_fn(baseProgram->fSource->c_str(), baseProgram->fSource->size(), 0)) in SkRuntimeEffect()
546 return *fBaseProgram->fSource; in source()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h35 , fSource(nullptr) {} in FunctionDefinition()
75 return fSource; in source()
79 fSource = source; in setSource()
103 const ASTNode* fSource; member in SkSL::final
H A DSkSLProgram.h85 : fSource(std::move(source)) in Program()
184 std::unique_ptr<String> fSource; member
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h70 const char* source() const { return fSource; } in source()
72 void setSource(const char* source) { fSource = source; } in setSource()
98 const char* fSource = nullptr; member in SkSL::ErrorReporter
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp13 fSource = source; in parse()
23 if (fIndex >= fSource.size()) { in peek()
26 return fSource[fIndex]; in peek()
H A DRegexParser.h82 std::string fSource; member in RegexParser
/third_party/skia/bench/
H A DDecodeBench.cpp18 , fSource(source) in DecodeBench()
28 fData = GetResourceAsData(fSource);
37 const char* fSource; member in DecodeBench
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java413 private final String fSource; field in MeasureUnitImpl.UnitsParser
414 // Tracks parser progress: the offset into fSource.
430 this.fSource = identifier; in UnitsParser()
510 if (fSource.isEmpty()) { in parse()
651 return fIndex < fSource.length(); in hasNext()
657 // Saves the position in the fSource string for the end of the most in nextToken()
662 while (fIndex < fSource.length()) { in nextToken()
663 BytesTrie.Result result = trie.next(fSource.charAt(fIndex++)); in nextToken()
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp560 if (fSource.empty()) {
607 // Tracks parser progress: the offset into fSource.
613 StringPiece fSource;
621 Parser() : fSource(""), fTrie(u"") {}
624 : fSource(source), fTrie(gSerializedUnitExtrasStemTrie) {}
627 return fIndex < fSource.length();
630 // Returns the next Token parsed from fSource, advancing fIndex to the end
631 // of that token in fSource. In case of U_FAILURE(status), the token
636 // Saves the position in the fSource string for the end of the most
640 while (fIndex < fSource
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp560 if (fSource.empty()) {
607 // Tracks parser progress: the offset into fSource.
613 StringPiece fSource;
621 Parser() : fSource(""), fTrie(u"") {}
624 : fSource(source), fTrie(gSerializedUnitExtrasStemTrie) {}
627 return fIndex < fSource.length();
630 // Returns the next Token parsed from fSource, advancing fIndex to the end
631 // of that token in fSource. In case of U_FAILURE(status), the token
636 // Saves the position in the fSource string for the end of the most
640 while (fIndex < fSource
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_extra.cpp564 if (fSource.empty()) {
611 // Tracks parser progress: the offset into fSource.
617 StringPiece fSource;
625 Parser() : fSource(""), fTrie(u"") {}
628 : fSource(source), fTrie(gSerializedUnitExtrasStemTrie) {}
631 return fIndex < fSource.length();
634 // Returns the next Token parsed from fSource, advancing fIndex to the end
635 // of that token in fSource. In case of U_FAILURE(status), the token
640 // Saves the position in the fSource string for the end of the most
644 while (fIndex < fSource
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_iptc.cpp60 , fSource () in dng_iptc()
161 if (fSource.NotEmpty ()) in IsEmpty()
588 ParseString (stream, fSource, charSet); in Parse()
946 fSource, in Spool()
H A Ddng_iptc.h74 dng_string fSource; member in dng_iptc
H A Ddng_xmp.cpp2071 iptc.fSource, in SyncIPTC()
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp603 AutoSource as(this, program.fSource->c_str()); in toSPIRV()
663 AutoSource as(this, program.fSource->c_str()); in toGLSL()
689 AutoSource as(this, program.fSource->c_str()); in toMetal()
/third_party/skia/tests/
H A DSkSLDSLTest.cpp2094 REPORTER_ASSERT(r, *program->fSource == source); in DEF_GPUTEST_FOR_MOCK_CONTEXT()

Completed in 24 milliseconds