Searched refs:kFontWidth (Results 1 – 3 of 3) sorted by relevance
2672 template <int kFontWidth, int kFontHeight>2673 uint32_t GetFontLayerPixel(const uint32_t fontImage[kFontHeight][kFontWidth / 32], int x, int y) in GetFontLayerPixel()2675 ASSERT(x >= 0 && x < kFontWidth && y >= 0 && y < kFontHeight); in GetFontLayerPixel()
335 static constexpr SkFontStyle::Width kFontWidth = SkFontStyle::kNormal_Width; variable352 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), kFontSize)); in init()
86 static constexpr SkFontStyle::Width kFontWidth = SkFontStyle::kNormal_Width; variable109 SkFontStyle(kFontWeight, kFontWidth, kFontSlant)), fFontSize)); in setFont()