Home | History | Annotate | Download | only in rendering

Lines Matching defs:glyphOverflow

842     GlyphOverflow* glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->value.second;
845 int topGlyphEdge = glyphOverflow ? (isFlippedLine ? glyphOverflow->bottom : glyphOverflow->top) : 0;
846 int bottomGlyphEdge = glyphOverflow ? (isFlippedLine ? glyphOverflow->top : glyphOverflow->bottom) : 0;
847 int leftGlyphEdge = glyphOverflow ? glyphOverflow->left : 0;
848 int rightGlyphEdge = glyphOverflow ? glyphOverflow->right : 0;