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

  /external/skia/src/pdf/
SkPDFGraphicState.cpp 126 invertFunction->insertInt("FunctionType", 4);
210 insertInt("LC", fPaint.getStrokeCap());
217 insertInt("LJ", fPaint.getStrokeJoin());
SkPDFStream.cpp 108 insertInt("Length", fData->getLength());
SkPDFFont.cpp     [all...]
SkPDFImage.cpp 312 insertInt("Width", srcRect.width());
313 insertInt("Height", srcRect.height());
334 insertInt("BitsPerComponent", bitsPerComp);
SkPDFShader.cpp 643 pdfShader->insertInt("ShadingType", 1);
651 insertInt("PatternType", 2);
838 insertInt("PatternType", 1);
839 insertInt("PaintType", 1);
840 insertInt("TilingType", 1);
855 result->insertInt("FunctionType", 4);
    [all...]
SkPDFDocument.cpp 267 fTrailerDict->insertInt("Size", int(objCount));
SkPDFTypes.h 383 void insertInt(const char key[], int32_t value);
SkPDFTypes.cpp 453 void SkPDFDict::insertInt(const char key[], int32_t value) {

Completed in 167 milliseconds