Home
last modified time | relevance | path

Searched refs:s_WeightPow_SHIFTJIS (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_font.h95 static const uint8_t s_WeightPow_SHIFTJIS[kWeightPowArraySize]; variable
Dcfx_font.cpp203 const uint8_t CFX_Font::s_WeightPow_SHIFTJIS[] = { member in CFX_Font
583 level = s_WeightPow_SHIFTJIS[index] * 2 * 65536 / 36655; in LoadGlyphPathImpl()
Dcfx_facecache.cpp141 level = CFX_Font::s_WeightPow_SHIFTJIS[index] * 2; in RenderGlyph()