Searched refs:fContent (Results 1 – 8 of 8) sorted by relevance
325 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 …]
132 SkDynamicMemoryWStream fContent; variable
45 skif::ParameterSpace<SkRect> fContent; member68 , 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()
36 sk_sp<SkPicture> fContent; member51 canvas->drawPicture(fContent.get()); in draw()364 cmd->fContent = fRecorder.finishRecordingAsPicture(); in recordPicCmd()366 if (cmd->fContent) { in recordPicCmd()
140 UnicodeString fContent; // The text content of this node. All element content is variable
1098 int fContent; in validate() member1132 ++fContent; in validate()1195 SkASSERT(stats.fContent == fUniqueHash.count()); in validate()