Searched refs:m_fontSize (Results 1 – 1 of 1) sorted by relevance
893 m_fontSize = font_size; in DrawText()909 SkScalar flip = m_fontSize < 0 ? -1 : 1; in DrawText()968 font.setSize(SkTAbs(m_fontSize)); in FlushText()973 SkScalar flip = m_fontSize < 0 ? -1 : 1; in FlushText()1176 font_size != m_fontSize || scaleX != m_scaleX || in FontChanged()1504 float m_fontSize = 0; member in SkiaState