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 17 X(Flush) 18 X(Save) 19 X(Restore) 20 X(SaveLayer) 21 X(SaveBehind) 22 X(Concat) 23 X(SetMatrix) 24 X(Translate) 25 X(ClipPath) 26 X(ClipRect) 27 X(ClipRRect) 28 X(ClipRegion) 29 X(DrawPaint) 30 X(DrawBehind) 31 X(DrawPath) 32 X(DrawRect) 33 X(DrawRegion) 34 X(DrawOval) 35 X(DrawArc) 36 X(DrawRRect) 37 X(DrawDRRect) 38 X(DrawAnnotation) 39 X(DrawDrawable) 40 X(DrawPicture) 41 X(DrawImage) 42 X(DrawImageNine) 43 X(DrawImageRect) 44 X(DrawImageLattice) 45 X(DrawTextBlob) 46 X(DrawPatch) 47 X(DrawPoints) 48 X(DrawVertices) 49 X(DrawAtlas) 50 X(DrawShadowRec) 51 X(DrawVectorDrawable) 52