OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundRectClipState
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/hwui/
Glop.h
33
class
RoundRectClipState
;
84
* vertex/index/Texture/
RoundRectClipState
pointers prevent this from
159
const
RoundRectClipState
*
roundRectClipState
= nullptr;
Snapshot.h
45
class
RoundRectClipState
{
49
return allocator.alloc<
RoundRectClipState
>(size);
236
const
RoundRectClipState
*
roundRectClipState
;
Snapshot.cpp
34
,
roundRectClipState
(nullptr)
51
,
roundRectClipState
(s->
roundRectClipState
)
123
if (
roundRectClipState
&&
roundRectClipState
->highPriority) {
128
RoundRectClipState
* state = new (allocator)
RoundRectClipState
;
158
roundRectClipState
= state;
BakedOpState.h
135
const
RoundRectClipState
*
roundRectClipState
;
145
,
roundRectClipState
(snapshot.
roundRectClipState
)
152
,
roundRectClipState
(snapshot.
roundRectClipState
)
158
,
roundRectClipState
(snapshot.
roundRectClipState
)
164
,
roundRectClipState
(nullptr)
GlopBuilder.h
111
GlopBuilder& setRoundRectClipState(const
RoundRectClipState
*
roundRectClipState
);
GlopBuilder.cpp
248
mOutGlop->
roundRectClipState
|| PaintUtils::isBlendedShader(shader) ||
331
texture.blend || mOutGlop->
roundRectClipState
) {
554
GlopBuilder& GlopBuilder::setRoundRectClipState(const
RoundRectClipState
*
roundRectClipState
) {
557
mOutGlop->
roundRectClipState
=
roundRectClipState
;
558
mDescription.hasRoundRectClip =
roundRectClipState
!= nullptr;
685
ALOGD_IF(glop.
roundRectClipState
, "Glop RRCS %p", glop.
roundRectClipState
);
/frameworks/base/libs/hwui/renderstate/
RenderState.cpp
279
if (glop.
roundRectClipState
) {
281
const
RoundRectClipState
* state = glop.
roundRectClipState
;
Completed in 898 milliseconds