HomeSort by relevance Sort by last modified time
    Searched refs:FontState (Results 1 - 4 of 4) sorted by null

  /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();
rsContext.h 117 FontState mStateFont;
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h 81 enum FontState { UNINITIALIZED, DELETED, VALID };
179 FontState m_fontState;

Completed in 1008 milliseconds