OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendStateOperation
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp
671
appendStateOperation
(NEW_OP(ConcatCTM)(affine));
678
appendStateOperation
(NEW_OP(Rotate)(angleInRadians));
684
appendStateOperation
(NEW_OP(Scale)(size));
690
appendStateOperation
(NEW_OP(Translate)(x, y));
706
appendStateOperation
(NEW_OP(InnerRoundedRectClip)(rect, thickness));
718
appendStateOperation
(NEW_OP(Clip)(rect));
726
appendStateOperation
(NEW_OP(ClipPath)(path));
740
appendStateOperation
(NEW_OP(ClipOut)(r));
747
appendStateOperation
(NEW_OP(ClipPath)(path, true));
757
appendStateOperation
(operation)
[
all
...]
PlatformGraphicsContextRecording.h
160
void
appendStateOperation
(GraphicsOperation::Operation* operation);
Completed in 41 milliseconds