webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::GlyphOverflow Struct Reference

#include <FontCascade.h>

Public Member Functions

 GlyphOverflow ()
 
bool isEmpty ()
 
void extendTo (const GlyphOverflow &other)
 
bool operator!= (const GlyphOverflow &other)
 
 GlyphOverflow ()
 
bool isEmpty ()
 
void extendTo (const GlyphOverflow &other)
 
bool operator!= (const GlyphOverflow &other)
 

Public Attributes

int left
 
int right
 
int top
 
int bottom
 
bool computeBounds
 

Constructor & Destructor Documentation

◆ GlyphOverflow() [1/2]

WebCore::GlyphOverflow::GlyphOverflow ( )
inline

◆ GlyphOverflow() [2/2]

WebCore::GlyphOverflow::GlyphOverflow ( )
inline

Member Function Documentation

◆ extendTo() [1/2]

void WebCore::GlyphOverflow::extendTo ( const GlyphOverflow other)
inline

◆ extendTo() [2/2]

void WebCore::GlyphOverflow::extendTo ( const GlyphOverflow other)
inline

◆ isEmpty() [1/2]

bool WebCore::GlyphOverflow::isEmpty ( )
inline

◆ isEmpty() [2/2]

bool WebCore::GlyphOverflow::isEmpty ( void  )
inline

◆ operator!=() [1/2]

bool WebCore::GlyphOverflow::operator!= ( const GlyphOverflow other)
inline

◆ operator!=() [2/2]

bool WebCore::GlyphOverflow::operator!= ( const GlyphOverflow other)
inline

Member Data Documentation

◆ bottom

int WebCore::GlyphOverflow::bottom

◆ computeBounds

bool WebCore::GlyphOverflow::computeBounds

◆ left

int WebCore::GlyphOverflow::left

◆ right

int WebCore::GlyphOverflow::right

◆ top

int WebCore::GlyphOverflow::top

The documentation for this struct was generated from the following file: