OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deferStrokeableOp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FrameBuilder.cpp
561
BakedOpState* FrameBuilder::
deferStrokeableOp
(const RecordedOp& op, batchid_t batchId,
590
deferStrokeableOp
(op, tessBatchId(op));
675
deferStrokeableOp
(op, batch, BakedOpState::StrokeBehavior::Forced);
679
deferStrokeableOp
(op, tessBatchId(op));
701
auto state =
deferStrokeableOp
(op, OpBatchType::AlphaMaskTexture);
709
deferStrokeableOp
(op, batch, BakedOpState::StrokeBehavior::Forced);
713
deferStrokeableOp
(op, tessBatchId(op));
717
auto state =
deferStrokeableOp
(op, tessBatchId(op));
[
all
...]
FrameBuilder.h
213
BakedOpState*
deferStrokeableOp
(const RecordedOp& op, batchid_t batchId,
Completed in 64 milliseconds