Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp678 m_fontSize(0), in SkiaState()
806 m_fontSize = font_size; in DrawText()
815 SkScalar flip = m_fontSize < 0 ? -1 : 1; in DrawText()
844 skPaint.setTextSize(SkTAbs(m_fontSize)); in FlushText()
848 SkScalar flip = m_fontSize < 0 ? -1 : 1; in FlushText()
996 font_size != m_fontSize || color != m_fillColor; in FontChanged()
1138 FX_FLOAT m_fontSize; member in SkiaState