Home
last modified time | relevance | path

Searched refs:fContent (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFDevice.cpp325 fContent.reset(); in reset()
656 : fContent(content) in GlyphPositioner()
663 fContent->writeText("> Tj\n"); in flush()
680 fContent->writeText("1 0 "); in writeGlyph()
681 SkPDFUtils::AppendScalar(-fTextSkewX, fContent); in writeGlyph()
682 fContent->writeText(" -1 "); in writeGlyph()
683 SkPDFUtils::AppendScalar(fCurrentMatrixOrigin.x(), fContent); in writeGlyph()
684 fContent->writeText(" "); in writeGlyph()
685 SkPDFUtils::AppendScalar(fCurrentMatrixOrigin.y(), fContent); in writeGlyph()
686 fContent->writeText(" Tm\n"); in writeGlyph()
[all …]
DSkPDFDevice.h132 SkDynamicMemoryWStream fContent; variable
/third_party/skia/samplecode/
DSampleImageFilterDAG.cpp45 skif::ParameterSpace<SkRect> fContent; member
68 , fContent(content) in FilterNode()
88 as_IFB(fFilter)->getOutputBounds(layerOnly, fContent); in computeOutputBounds()
92 fOutputBounds = fMapping.paramToLayer(fContent).roundOut(); in computeOutputBounds()
105 .mapRect(SkRect(fContent)) in computeInputBounds()
109 fHintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, &fContent); in computeInputBounds()
112 fHintedLayerBounds = fMapping.paramToLayer(fContent).roundOut(); in computeInputBounds()
136 SkRect content = SkRect(node.fContent); in draw_node()
/third_party/skia/tools/
DMSKPPlayer.cpp36 sk_sp<SkPicture> fContent; member
51 canvas->drawPicture(fContent.get()); in draw()
364 cmd->fContent = fRecorder.finishRecordingAsPicture(); in recordPicCmd()
366 if (cmd->fContent) { in recordPicCmd()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.h140 UnicodeString fContent; // The text content of this node. All element content is variable
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.h140 UnicodeString fContent; // The text content of this node. All element content is variable
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.h140 UnicodeString fContent; // The text content of this node. All element content is variable
/third_party/skia/src/gpu/
DGrResourceCache.cpp1098 int fContent; in validate() member
1132 ++fContent; in validate()
1195 SkASSERT(stats.fContent == fUniqueHash.count()); in validate()