Home
last modified time | relevance | path

Searched refs:kPFBSectionHeaderLength (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp150 static const int kPFBSectionHeaderLength = 6; in convert_type1_font_stream() local
153 SkASSERT(length + (2 * kPFBSectionHeaderLength) <= srcLen); in convert_type1_font_stream()
157 const uint8_t* const srcHeader = src + kPFBSectionHeaderLength; in convert_type1_font_stream()
160 const uint8_t* const srcData = srcHeader + *headerLen + kPFBSectionHeaderLength; in convert_type1_font_stream()

Completed in 2 milliseconds