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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.h 393 void insertInt(const char key[], int32_t value);
396 * Calls insertInt() but asserts in debug builds that the value can be represented
399 void insertInt(const char key[], size_t value) {
400 this->insertInt(key, SkToS32(value));
SkPDFGraphicState.cpp 129 invertFunction->insertInt("FunctionType", 4);
218 insertInt("LC", fPaint.getStrokeCap());
225 insertInt("LJ", fPaint.getStrokeJoin());
SkPDFStream.cpp 126 insertInt("Length", this->dataSize());
SkPDFFont.cpp     [all...]
SkPDFImage.cpp 534 insertInt("Width", fSrcRect.width());
535 insertInt("Height", fSrcRect.height());
552 insertInt("BitsPerComponent", bitsPerComp);
603 insertInt("ColorTransform", kNoColorTransform);
604 insertInt("Length", this->dataSize());
SkPDFShader.cpp 717 pattern->insertInt("PatternType", kTiling_PatternType);
718 pattern->insertInt("PaintType", kColoredTilingPattern_PaintType);
719 pattern->insertInt("TilingType", kConstantSpacing_TilingType);
    [all...]
SkPDFDocument.cpp 342 fTrailerDict->insertInt("Size", int(objCount));
SkPDFTypes.cpp 464 void SkPDFDict::insertInt(const char key[], int32_t value) {
  /external/skia/src/pdf/
SkPDFTypes.h 393 void insertInt(const char key[], int32_t value);
396 * Calls insertInt() but asserts in debug builds that the value can be represented
399 void insertInt(const char key[], size_t value) {
400 this->insertInt(key, SkToS32(value));
SkPDFGraphicState.cpp 128 invertFunction->insertInt("FunctionType", 4);
217 insertInt("LC", fPaint.getStrokeCap());
224 insertInt("LJ", fPaint.getStrokeJoin());
SkPDFStream.cpp 115 insertInt("Length", fData->getLength());
SkPDFFont.cpp     [all...]
SkPDFImage.cpp 535 insertInt("Width", fSrcRect.width());
536 insertInt("Height", fSrcRect.height());
553 insertInt("BitsPerComponent", bitsPerComp);
606 insertInt("ColorTransform", kNoColorTransform);
607 insertInt("Length", getData()->getLength());
SkPDFShader.cpp 717 pattern->insertInt("PatternType", kTiling_PatternType);
718 pattern->insertInt("PaintType", kColoredTilingPattern_PaintType);
719 pattern->insertInt("TilingType", kConstantSpacing_TilingType);
    [all...]
SkPDFDocument.cpp 342 fTrailerDict->insertInt("Size", int(objCount));
SkPDFTypes.cpp 445 void SkPDFDict::insertInt(const char key[], int32_t value) {

Completed in 573 milliseconds