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

  /external/skia/src/pdf/
SkPDFTypes.cpp 410 void SkPDFDict::insertInt(const char key[], int32_t value) {
414 void SkPDFDict::insertInt(const char key[], size_t value) {
415 this->insertInt(key, SkToS32(value));
552 fDict.insertInt("Length", fCompressedData->getLength());
568 fDict.insertInt("Length", originalLength);
573 fDict.insertInt("Length", compressedLength);
  /external/skqp/src/pdf/
SkPDFTypes.cpp 410 void SkPDFDict::insertInt(const char key[], int32_t value) {
414 void SkPDFDict::insertInt(const char key[], size_t value) {
415 this->insertInt(key, SkToS32(value));
552 fDict.insertInt("Length", fCompressedData->getLength());
568 fDict.insertInt("Length", originalLength);
573 fDict.insertInt("Length", compressedLength);

Completed in 78 milliseconds