Home | History | Annotate | Download | only in rendering

Lines Matching refs:needsTranscoding

181     m_needsTranscoding = fontTranscoder().needsTranscoding(style()->font().fontDescription(), encoding);
199 } else if (oldStyle->font().needsTranscoding() != style()->font().needsTranscoding() || (style()->font().needsTranscoding() && oldStyle->font().family().family() != style()->font().family().family())) {