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(Save) 18X(Restore) 19X(SaveLayer) 20X(SaveBehind) 21X(Concat) 22X(SetMatrix) 23X(Scale) 24X(Translate) 25X(ClipPath) 26X(ClipRect) 27X(ClipRRect) 28X(ClipRegion) 29X(ClipShader) 30X(ResetClip) 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(DrawImageRect) 45X(DrawImageLattice) 46X(DrawTextBlob) 47X(DrawPatch) 48X(DrawPoints) 49X(DrawVertices) 50X(DrawAtlas) 51X(DrawShadowRec) 52X(DrawVectorDrawable) 53X(DrawRippleDrawable) 54X(DrawWebView) 55X(DrawSkMesh) 56X(DrawMesh)