Home | History | Annotate | Download | only in core

Lines Matching refs:kType

73         static const auto kType = Type::SetDrawFilter;
85 static const auto kType = Type::Save;
89 static const auto kType = Type::Restore;
93 static const auto kType = Type::SaveLayer;
117 static const auto kType = Type::Concat;
123 static const auto kType = Type::SetMatrix;
131 static const auto kType = Type::Translate;
140 static const auto kType = Type::ClipPath;
148 static const auto kType = Type::ClipRect;
156 static const auto kType = Type::ClipRRect;
164 static const auto kType = Type::ClipRegion;
172 static const auto kType = Type::DrawPaint;
178 static const auto kType = Type::DrawPath;
185 static const auto kType = Type::DrawRect;
192 static const auto kType = Type::DrawRegion;
199 static const auto kType = Type::DrawOval;
206 static const auto kType = Type::DrawArc;
220 static const auto kType = Type::DrawRRect;
227 static const auto kType = Type::DrawDRRect;
236 static const auto kType = Type::DrawAnnotation;
245 static const auto kType = Type::DrawDrawable;
256 static const auto kType = Type::DrawPicture;
272 static const auto kType = Type::DrawImage;
283 static const auto kType = Type::DrawImageNine;
298 static const auto kType = Type::DrawImageRect;
314 static const auto kType = Type::DrawImageLattice;
335 static const auto kType = Type::DrawText;
346 static const auto kType = Type::DrawPosText;
359 static const auto kType = Type::DrawPosTextH;
373 static const auto kType = Type::DrawTextOnPath;
388 static const auto kType = Type::DrawTextRSXform;
402 static const auto kType = Type::DrawTextBlob;
414 static const auto kType = Type::DrawPatch;
436 static const auto kType = Type::DrawPoints;
447 static const auto kType = Type::DrawVertices;
458 static const auto kType = Type::DrawAtlas;
482 static const auto kType = Type::DrawShadowRec;
508 op->type = (uint32_t)T::kType;