/external/skqp/src/gpu/text/ |
D | GrTextBlob.h | 185 const SubRun& subRun = run.fSubRunInfo[subRunIndex]; in computeSubRunBounds() local 186 *outBounds = subRun.vertexBounds(); in computeSubRunBounds() 246 std::unique_ptr<GrDrawOp> test_makeOp(int glyphCount, uint16_t run, uint16_t subRun, 411 SubRun& subRun = this->fSubRunInfo.back(); in setSubRunHasW() local 412 subRun.setHasWCoord(hasWCoord); in setSubRunHasW() 420 SubRun* subRun = this->pushBackSubRun(*fARGBFallbackDescriptor, fColor); in initARGBFallback() local 421 subRun->setMaskFormat(kARGB_GrMaskFormat); in initARGBFallback() 422 subRun->setFallback(); in initARGBFallback() 423 return subRun; in initARGBFallback() 458 SubRun& subRun = fSubRunInfo.back(); in setSubRunHasDistanceFields() local [all …]
|
D | GrTextBlob.cpp | 167 const SubRun& info, int glyphCount, uint16_t run, uint16_t subRun, in makeOp() argument 192 geometry.fSubRun = subRun; in makeOp() 319 for (int subRun = 0; subRun <= lastSubRun; subRun++) { in flush() local 320 const SubRun& info = run.fSubRunInfo[subRun]; in flush() 340 this->computeSubRunBounds(&subRunBounds, runIndex, subRun, viewMatrix, x, y, in flush() 354 auto op = this->makeOp(info, glyphCount, runIndex, subRun, viewMatrix, x, y, in flush() 372 int glyphCount, uint16_t run, uint16_t subRun, const SkMatrix& viewMatrix, in test_makeOp() argument 376 const GrTextBlob::SubRun& info = fRuns[run].fSubRunInfo[subRun]; in test_makeOp() 378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 188 const SubRun& subRun = run.fSubRunInfo[subRunIndex]; in computeSubRunBounds() local 189 *outBounds = subRun.vertexBounds(); in computeSubRunBounds() 249 std::unique_ptr<GrDrawOp> test_makeOp(int glyphCount, uint16_t run, uint16_t subRun, 411 SubRun& subRun = this->fSubRunInfo.back(); in setSubRunHasW() local 412 subRun.setHasWCoord(hasWCoord); in setSubRunHasW() 420 SubRun* subRun = this->pushBackSubRun(*fARGBFallbackDescriptor, fColor); in initARGBFallback() local 421 subRun->setMaskFormat(kARGB_GrMaskFormat); in initARGBFallback() 422 subRun->setFallback(); in initARGBFallback() 423 return subRun; in initARGBFallback() 456 SubRun& subRun = fSubRunInfo.back(); in setSubRunHasDistanceFields() local [all …]
|
D | GrTextBlob.cpp | 167 const SubRun& info, int glyphCount, uint16_t run, uint16_t subRun, in makeOp() argument 192 geometry.fSubRun = subRun; in makeOp() 319 for (int subRun = 0; subRun <= lastSubRun; subRun++) { in flush() local 320 const SubRun& info = run.fSubRunInfo[subRun]; in flush() 340 this->computeSubRunBounds(&subRunBounds, runIndex, subRun, viewMatrix, x, y, in flush() 354 auto op = this->makeOp(info, glyphCount, runIndex, subRun, viewMatrix, x, y, in flush() 372 int glyphCount, uint16_t run, uint16_t subRun, const SkMatrix& viewMatrix, in test_makeOp() argument 376 const GrTextBlob::SubRun& info = fRuns[run].fSubRunInfo[subRun]; in test_makeOp() 378 return this->makeOp(info, glyphCount, run, subRun, viewMatrix, x, y, emptyRect, in test_makeOp()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 772 SubRun* subRun = &fSubRunInfo.back(); in switchSubRunIfNeededAndAppendGlyph() local 773 if (fInitialized && subRun->maskFormat() != format) { in switchSubRunIfNeededAndAppendGlyph() 774 subRun = pushBackSubRun(fDescriptor, fColor); in switchSubRunIfNeededAndAppendGlyph() 775 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph() 777 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph() 781 subRun->setMaskFormat(format); in switchSubRunIfNeededAndAppendGlyph() 782 subRun->setNeedsTransform(needsTransform); in switchSubRunIfNeededAndAppendGlyph() 783 subRun->appendGlyph(glyph, destRect); in switchSubRunIfNeededAndAppendGlyph() 911 auto subRun = run->initARGBFallback(); in processSourceFallback() local 914 subRun->setStrike(grStrike); in processSourceFallback() [all …]
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 646 SubRun* subRun = &fSubRunInfo.back(); in switchSubRunIfNeededAndAppendGlyph() local 647 if (fInitialized && subRun->maskFormat() != format) { in switchSubRunIfNeededAndAppendGlyph() 648 subRun = pushBackSubRun(fDescriptor, fColor); in switchSubRunIfNeededAndAppendGlyph() 649 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph() 651 subRun->setStrike(strike); in switchSubRunIfNeededAndAppendGlyph() 655 subRun->setMaskFormat(format); in switchSubRunIfNeededAndAppendGlyph() 656 subRun->setNeedsTransform(needsTransform); in switchSubRunIfNeededAndAppendGlyph() 657 subRun->appendGlyph(glyph, destRect); in switchSubRunIfNeededAndAppendGlyph() 703 auto subRun = fRun->initARGBFallback(); in generateFromGlyphRunList() local 710 subRun->setStrike(strike); in generateFromGlyphRunList()
|