Searched refs:kBitmapFontSize (Results 1 – 1 of 1) sorted by relevance
513 static constexpr float kBitmapFontSize = SK_PDF_BITMAP_GLYPH_RASTER_SIZE; variable515 static constexpr float kBitmapFontSize = 64; variable519 SkFont font(sk_ref_sp(&typeface), kBitmapFontSize); in make_small_strike()548 SkStrikeSpec strikeSpecSmall = kBitmapFontSize > 0 ? make_small_strike(*typeface) in emit_subset_type3()552 float bitmapScale = kBitmapFontSize > 0 ? emSize / kBitmapFontSize : 1.0f; in emit_subset_type3()