HomeSort by relevance Sort by last modified time
    Searched refs:fContent (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pdf/
SkPDFDevice.cpp 428 SkDynamicMemoryWStream fContent;
602 SkPDFUtils::AppendRectangle(bbox, &contentEntry->fContent);
604 &contentEntry->fContent);
659 &content.entry()->fContent);
662 &content.entry()->fContent);
664 SkPDFUtils::StrokePath(&content.entry()->fContent);
669 &content.entry()->fContent);
672 &content.entry()->fContent);
673 SkPDFUtils::StrokePath(&content.entry()->fContent);
680 &content.entry()->fContent);
    [all...]
SkPDFShader.cpp 303 fContent->emitObject(stream, catalog, indirect);
310 return fContent->getOutputSize(catalog, indirect);
339 if (pdfShader->fContent.get() == NULL) {
408 // Bail out if the radii are the same. Not setting fContent will
481 fContent = new SkPDFDict("Pattern");
482 fContent->unref(); // SkRefPtr and new both took a reference.
483 fContent->insert("PatternType", new SkPDFInt(2))->unref();
484 fContent->insert("Matrix", SkPDFUtils::MatrixToArray(finalMatrix))->unref();
485 fContent->insert("Shading", pdfShader.get());
663 // Put the canvas into the pattern stream (fContent)
    [all...]
  /external/skia/include/pdf/
SkPDFShader.h 80 SkRefPtr<SkPDFDict> fContent;
  /external/icu4c/tools/toolutil/
xmlparser.h 138 UnicodeString fContent; // The text content of this node. All element content is

Completed in 386 milliseconds