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

  /external/skia/src/pdf/
SkPDFTypes.cpp 449 fDict.drop();
461 fDict.emitAll(stream, objNumMap);
484 fDict.emitAll(stream, objNumMap);
503 fDict.addResources(catalog);
523 fDict.addResources(catalog);
528 fDict.drop();
534 fDict.emitObject(stream, objNumMap);
552 fDict.insertInt("Length", fCompressedData->getLength());
568 fDict.insertInt("Length", originalLength);
572 fDict.insertName("Filter", "FlateDecode")
    [all...]
SkPDFTypes.h 300 SkPDFDict* dict() { return &fDict; }
308 SkPDFDict fDict;
330 SkPDFDict* dict() { return &fDict; }
348 SkPDFDict fDict;
  /external/skqp/src/pdf/
SkPDFTypes.cpp 449 fDict.drop();
461 fDict.emitAll(stream, objNumMap);
484 fDict.emitAll(stream, objNumMap);
503 fDict.addResources(catalog);
523 fDict.addResources(catalog);
528 fDict.drop();
534 fDict.emitObject(stream, objNumMap);
552 fDict.insertInt("Length", fCompressedData->getLength());
568 fDict.insertInt("Length", originalLength);
572 fDict.insertName("Filter", "FlateDecode")
    [all...]
SkPDFTypes.h 300 SkPDFDict* dict() { return &fDict; }
308 SkPDFDict fDict;
330 SkPDFDict* dict() { return &fDict; }
348 SkPDFDict fDict;
  /external/honggfuzz/
input.c 193 FILE* fDict = fopen(hfuzz->dictionaryFile, "rb");
194 if (fDict == NULL) {
198 defer { fclose(fDict); };
204 ssize_t len = getdelim(&lineptr, &n, '\n', fDict);
  /external/skia/src/pathops/
SkPathOpsDebug.h 293 SkTDArray<CoinDictEntry> fDict;
SkPathOpsDebug.cpp 232 int count = dict.fDict.count();
234 this->add(dict.fDict[index]);
239 int count = fDict.count();
241 CoinDictEntry* entry = &fDict[index];
250 *fDict.append() = key;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.h 293 SkTDArray<CoinDictEntry> fDict;
SkPathOpsDebug.cpp 232 int count = dict.fDict.count();
234 this->add(dict.fDict[index]);
239 int count = fDict.count();
241 CoinDictEntry* entry = &fDict[index];
250 *fDict.append() = key;
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 338 int count = fDict.count();
340 const auto& entry = fDict[index];
    [all...]
  /external/skqp/tests/
PathOpsDebug.cpp 338 int count = fDict.count();
340 const auto& entry = fDict[index];
    [all...]

Completed in 247 milliseconds