/third_party/flutter/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 45 SkRect fContent; member 84 fLocalCTM.mapRect(fContent).roundOut(&inputRect); in computeBounds() 95 ctm.mapRect(fContent).roundOut(&deviceRect); in computeBounds() 150 fLocalCTM.mapRect(fContent).roundOut(&childSrcRect); in computeReverseLocalIsolatedBounds() 178 fLocalCTM.mapRect(fContent).roundOut(&nextSrcRect); in computeReverseBounds() 217 node.fContent = rect; in build_dag() 273 SkPoint points[2] = { {node.fContent.fLeft + 15.f, node.fContent.fTop + 15.f}, in draw_node() 274 {node.fContent.fRight - 15.f, node.fContent.fBottom - 15.f} }; in draw_node() 289 canvas->clipRect(node.fContent, /* aa */ true); in draw_node() 291 canvas->drawRect(node.fContent, paint); in draw_node() [all …]
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 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 …]
|
D | SkPDFDevice.h | 132 SkDynamicMemoryWStream fContent; variable
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.cpp | 302 fContent.reset(); in reset() 639 : fContent(content) in GlyphPositioner() 646 fContent->writeText("> Tj\n"); in flush() 660 fContent->writeText("1 0 "); in writeGlyph() 661 SkPDFUtils::AppendScalar(-fTextSkewX, fContent); in writeGlyph() 662 fContent->writeText(" -1 "); in writeGlyph() 663 SkPDFUtils::AppendScalar(fCurrentMatrixOrigin.x(), fContent); in writeGlyph() 664 fContent->writeText(" "); in writeGlyph() 665 SkPDFUtils::AppendScalar(fCurrentMatrixOrigin.y(), fContent); in writeGlyph() 666 fContent->writeText(" Tm\n"); in writeGlyph() [all …]
|
D | SkPDFDevice.h | 137 SkDynamicMemoryWStream fContent; variable
|
/third_party/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 45 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/ |
D | MSKPPlayer.cpp | 36 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/flutter/skia/gm/ |
D | multipicturedraw.cpp | 476 MultiPictureDraw(Content content, Layout layout) : fContent(content), fLayout(layout) { in MultiPictureDraw() 492 Content fContent; member in skiagm::MultiPictureDraw 509 gContentMthds[fContent], in onDraw() 537 name.append(gContentNames[fContent]); in onShortName()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | xmlparser.h | 140 UnicodeString fContent; // The text content of this node. All element content is variable
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.h | 140 UnicodeString fContent; // The text content of this node. All element content is variable
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.h | 140 UnicodeString fContent; // The text content of this node. All element content is variable
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | xmlparser.h | 140 UnicodeString fContent; // The text content of this node. All element content is variable
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceCache.cpp | 957 int fContent; in validate() member 992 ++fContent; in validate() 1064 SkASSERT(stats.fContent == fUniqueHash.count()); in validate()
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.cpp | 1049 int fContent; in validate() member 1083 ++fContent; in validate() 1146 SkASSERT(stats.fContent == fUniqueHash.count()); in validate()
|