Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFFont.cpp513 static constexpr float kBitmapFontSize = SK_PDF_BITMAP_GLYPH_RASTER_SIZE; variable
515 static constexpr float kBitmapFontSize = 64; variable
519 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()