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

  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 173 static const DWORD kFontHeaderSize = 12;
174 uint8_t header_buf[kFontHeaderSize];
175 if (GetFontData(hdc, 0, 0, header_buf, kFontHeaderSize) == GDI_ERROR)
187 if (GetFontData(hdc, 0 /* tag */, kFontHeaderSize,
pepper_truetype_font_linux.cc 103 static const size_t kFontHeaderSize = 12;
110 kFontHeaderSize /* offset */,

Completed in 33 milliseconds