Searched defs:forTextEmphasis (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DWidthIterator.cpp44 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis) argument
57 , m_forTextEmphasis(forTextEmphasis)
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp52 ComplexTextController::ComplexTextController(const Font* font, const TextRun& run, bool mayUseNaturalWritingDirection, HashSet<const SimpleFontData*>* fallbackFonts, bool forTextEmphasis) argument
56 , m_forTextEmphasis(forTextEmphasis)

Completed in 60 milliseconds