Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h112 static const size_t kWeightPowArraySize = 100; variable
113 static const uint8_t s_WeightPow[kWeightPowArraySize];
114 static const uint8_t s_WeightPow_11[kWeightPowArraySize];
115 static const uint8_t s_WeightPow_SHIFTJIS[kWeightPowArraySize];
Dcfx_glyphcache.cpp168 if (index >= CFX_Font::kWeightPowArraySize) in RenderGlyph()
Dcfx_font.cpp667 index = std::min(index, static_cast<uint32_t>(kWeightPowArraySize - 1)); in LoadGlyphPathImpl()