OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontState
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h
81
enum
FontState
{ UNINITIALIZED, DELETED, VALID };
179
FontState
m_fontState;
/frameworks/rs/
rsFont.cpp
92
FontState
*state = &mRSC->mStateFont;
119
FontState
*state = &mRSC->mStateFont;
257
FontState
*state = &mRSC->mStateFont;
331
FontState
::
FontState
() {
370
FontState
::~
FontState
() {
378
FT_Library
FontState
::getLib() {
392
void
FontState
::init(Context *rsc) {
396
void
FontState
::flushAllAndInvalidate()
[
all
...]
rsFont.h
43
class
FontState
;
81
friend class
FontState
;
139
class
FontState
{
141
FontState
();
142
~
FontState
();
Completed in 113 milliseconds