Searched refs:insertInt (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 128 invertFunction->insertInt("FunctionType", 4); in GetInvertFunction() 214 insertInt("LC", fPaint.getStrokeCap()); in populateDict() 221 insertInt("LJ", fPaint.getStrokeJoin()); in populateDict()
|
D | SkPDFFont.cpp | 913 fDescriptor->insertInt("Flags", fFontInfo->fStyle); in addCommonFontDescriptorEntries() 922 fDescriptor->insertInt("ItalicAngle", fFontInfo->fItalicAngle); in addCommonFontDescriptorEntries() 1059 fontStream->insertInt("Length1", fontSize); in addFontDescriptor() 1139 sysInfo->insertInt("Supplement", 0); in populate() 1221 fontStream->insertInt("Length1", header); in addFontDescriptor() 1222 fontStream->insertInt("Length2", data); in addFontDescriptor() 1223 fontStream->insertInt("Length3", trailer); in addFontDescriptor() 1310 insertInt("FirstChar", firstChar); in addWidthInfoFromRange() 1311 insertInt("LastChar", firstChar + widthArray->size() - 1); in addWidthInfoFromRange() 1399 insertInt("FirstChar", firstGlyphID()); in populate() [all …]
|
D | SkPDFImage.cpp | 313 insertInt("Width", srcRect.width()); in SkPDFImage() 314 insertInt("Height", srcRect.height()); in SkPDFImage() 335 insertInt("BitsPerComponent", bitsPerComp); in SkPDFImage()
|
D | SkPDFShader.cpp | 508 pdfShader->insertInt("ShadingType", 1); in SkPDFFunctionShader() 513 insertInt("PatternType", 2); in SkPDFFunctionShader() 699 insertInt("PatternType", 1); in SkPDFImageShader() 700 insertInt("PaintType", 1); in SkPDFImageShader() 701 insertInt("TilingType", 1); in SkPDFImageShader() 716 result->insertInt("FunctionType", 4); in makePSFunction()
|
D | SkPDFStream.cpp | 106 insertInt("Length", fData->getLength()); in populate()
|
D | SkPDFDocument.cpp | 250 fTrailerDict->insertInt("Size", objCount); in emitFooter()
|
D | SkPDFTypes.cpp | 438 void SkPDFDict::insertInt(const char key[], int32_t value) { in insertInt() function in SkPDFDict
|
/external/skia/include/pdf/ |
D | SkPDFTypes.h | 354 void insertInt(const char key[], int32_t value);
|