OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathOp
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
RecordedOp.h
97
UNMERGEABLE_OP_FN(
PathOp
) \
302
struct
PathOp
: RecordedOp {
303
PathOp
(BASE_PARAMS, const SkPath* path)
304
: SUPER(
PathOp
)
RecordingCanvas.cpp
453
addOp(alloc().create_trivial<
PathOp
>(
FrameBuilder.cpp
700
void FrameBuilder::deferPathOp(const
PathOp
& op) {
[
all
...]
BakedOpDispatcher.cpp
623
void BakedOpDispatcher::onPathOp(BakedOpRenderer& renderer, const
PathOp
& op, const BakedOpState& state) {
627
// Unlike other callers to renderPathTexture, no offsets are used because
PathOp
doesn't
[
all
...]
Completed in 3748 milliseconds