Searched refs:TextRenderType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp254 enum class TextRenderType { class in namespace:android::uirenderer
260 const ClipBase* renderClip, TextRenderType renderType) {
300 bool forceFinish = (renderType == TextRenderType::Flush);
327 TextRenderType renderType = (i + 1 == opList.count)
328 ? TextRenderType::Flush : TextRenderType::Defer;
733 renderText(renderer, op, state, state.computedState.getClipIfNeeded(), TextRenderType::Flush);

Completed in 486 milliseconds