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

  /external/pdfium/core/fxge/
fx_font.h 172 static const size_t kWeightPowArraySize = 100;
173 static const uint8_t s_WeightPow[kWeightPowArraySize];
174 static const uint8_t s_WeightPow_11[kWeightPowArraySize];
175 static const uint8_t s_WeightPow_SHIFTJIS[kWeightPowArraySize];
  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 160 if (index >= CFX_Font::kWeightPowArraySize)
cfx_font.cpp 645 index = std::min(index, static_cast<uint32_t>(kWeightPowArraySize - 1));

Completed in 108 milliseconds