Searched defs:sectionType (Results 1 - 3 of 3) sorted by last modified time

/external/skia/src/pdf/
H A DSkPDFFont.cpp43 bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, argument
50 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) {
/external/llvm/lib/Object/
H A DELFYAML.cpp695 ELFYAML::ELF_SHT sectionType; local
697 sectionType = Section->Type;
699 IO.mapRequired("Type", sectionType);
701 switch (sectionType) {
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.cpp43 bool parsePFBSection(const uint8_t** src, size_t* len, int sectionType, argument
50 if (*len < 2 || buf[0] != 0x80 || buf[1] != sectionType) {

Completed in 82 milliseconds