Searched refs:kWeightPowArraySize (Results 1 – 3 of 3) sorted by relevance
92 static const size_t kWeightPowArraySize = 100; variable93 static const uint8_t s_WeightPow[kWeightPowArraySize];94 static const uint8_t s_WeightPow_11[kWeightPowArraySize];95 static const uint8_t s_WeightPow_SHIFTJIS[kWeightPowArraySize];
137 if (index >= CFX_Font::kWeightPowArraySize) in RenderGlyph()
580 index = std::min(index, static_cast<uint32_t>(kWeightPowArraySize - 1)); in LoadGlyphPathImpl()