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

  /frameworks/rs/
rsScriptC_LibGL.cpp 224 rsc->mStateFont.renderText(text, allocSize, x, y);
230 rsc->mStateFont.renderText(text, textLen, x, y);
255 rsc->mStateFont.measureText(text, textLen, &metrics);
264 rsc->mStateFont.measureText(text, textLen, &metrics);
274 rsc->mStateFont.setFontColor(r, g, b, a);
rsFont.cpp 51 error = FT_New_Memory_Face(mRSC->mStateFont.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace);
53 error = FT_New_Face(mRSC->mStateFont.getLib(), name, 0, &mFace);
79 for (uint32_t ct = 0; ct < mRSC->mStateFont.mActiveFonts.size(); ct++) {
80 if (mRSC->mStateFont.mActiveFonts[ct] == this) {
81 mRSC->mStateFont.mActiveFonts.removeAt(ct);
94 FontState *state = &mRSC->mStateFont;
121 FontState *state = &mRSC->mStateFont;
259 FontState *state = &mRSC->mStateFont;
298 rsc->mStateFont.checkInit();
299 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts
    [all...]
rsContext.cpp 227 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
233 mStateFont.setFontColor(shadowCol, shadowCol, shadowCol, 1.0f);
234 mStateFont.renderText(buffer, bufferLen, 5, getHeight() - 6);
236 mStateFont.setFontColor(1.0f, 0.7f, 0.0f, 1.0f);
237 mStateFont.renderText(buffer, bufferLen, 4, getHeight() - 7);
240 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
371 rsc->mStateFont.init(rsc);
471 mStateFont.deinit(this);
717 mFont.set(mStateFont.mDefault);
rsContext.h 129 FontState mStateFont;
183 return mStateFont.mDefault.get();

Completed in 34 milliseconds