• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (C) 2018 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *  http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17X(Flush)
18X(Save)
19X(Restore)
20X(SaveLayer)
21X(SaveBehind)
22X(Concat44)
23X(Concat)
24X(SetMatrix)
25X(Scale)
26X(Translate)
27X(ClipPath)
28X(ClipRect)
29X(ClipRRect)
30X(ClipRegion)
31X(DrawPaint)
32X(DrawBehind)
33X(DrawPath)
34X(DrawRect)
35X(DrawRegion)
36X(DrawOval)
37X(DrawArc)
38X(DrawRRect)
39X(DrawDRRect)
40X(DrawAnnotation)
41X(DrawDrawable)
42X(DrawPicture)
43X(DrawImage)
44X(DrawImageNine)
45X(DrawImageRect)
46X(DrawImageLattice)
47X(DrawTextBlob)
48X(DrawPatch)
49X(DrawPoints)
50X(DrawVertices)
51X(DrawAtlas)
52X(DrawShadowRec)
53X(DrawVectorDrawable)
54X(DrawWebView)
55