Home
last modified time | relevance | path

Searched refs:setRoundRectClipState (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DBakedOpDispatcher.cpp80 .setRoundRectClipState(firstState.roundRectClipState) in onMergedBitmapOps()
186 .setRoundRectClipState(firstState.roundRectClipState) in onMergedPatchOps()
223 .setRoundRectClipState(textOpState.roundRectClipState) in renderTextShadow()
356 .setRoundRectClipState(state.roundRectClipState) in renderVertexBuffer()
381 .setRoundRectClipState(state.roundRectClipState) in renderPathTexture()
435 .setRoundRectClipState(state.roundRectClipState) in onBitmapOp()
509 .setRoundRectClipState(state.roundRectClipState) in onBitmapMeshOp()
534 .setRoundRectClipState(state.roundRectClipState) in onBitmapRectOp()
550 .setRoundRectClipState(state.roundRectClipState) in onColorOp()
612 .setRoundRectClipState(state.roundRectClipState) in onPatchOp()
[all …]
DOpenGLRenderer.cpp790 .setRoundRectClipState(currentSnapshot()->roundRectClipState) in drawTextureLayer()
802 .setRoundRectClipState(currentSnapshot()->roundRectClipState) in composeLayerRectSwapped()
823 .setRoundRectClipState(currentSnapshot()->roundRectClipState) in composeLayerRect()
964 .setRoundRectClipState(currentSnapshot()->roundRectClipState) in composeLayerRegion()
1084 .setRoundRectClipState(nullptr) // clear ignores clip state in clearLayerRegions()
1271 .setRoundRectClipState(currentSnapshot()->roundRectClipState) in drawRectangleList()
1479 .setRoundRectClipState(currentSnapshot()->roundRectClipState)
1502 .setRoundRectClipState(currentSnapshot()->roundRectClipState)
1592 .setRoundRectClipState(currentSnapshot()->roundRectClipState)
1621 .setRoundRectClipState(currentSnapshot()->roundRectClipState)
[all …]
DBakedOpRenderer.cpp147 .setRoundRectClipState(nullptr) in endFrame()
216 .setRoundRectClipState(nullptr) in drawRects()
233 .setRoundRectClipState(nullptr) in setupStencilQuads()
DGlopBuilder.h107 GlopBuilder& setRoundRectClipState(const RoundRectClipState* roundRectClipState);
DReadback.cpp168 .setRoundRectClipState(nullptr) in copySurfaceInto()
DFontRenderer.cpp72 .setRoundRectClipState(bakedState->roundRectClipState) in draw()
82 .setRoundRectClipState(renderer->currentSnapshot()->roundRectClipState) in draw()
DGlopBuilder.cpp587 GlopBuilder& GlopBuilder::setRoundRectClipState(const RoundRectClipState* roundRectClipState) { in setRoundRectClipState() function in android::uirenderer::GlopBuilder
/frameworks/base/libs/hwui/tests/unit/
DGlopBuilderTests.cpp127 .setRoundRectClipState(nullptr) in RENDERTHREAD_TEST()