Searched defs:kType (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrBuffer.cpp49 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
50 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4);
H A DGrTexture.cpp95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
107 GrScratchKey::Builder builder(key, kType, 3);
H A DGrRenderTargetContext.cpp1572 static constexpr GrPathRendererChain::DrawType kType = GrPathRendererChain::DrawType::kColor; local
1582 pr = this->drawingManager()->getPathRenderer(canDrawArgs, false, kType);
1591 pr = this->drawingManager()->getPathRenderer(canDrawArgs, false, kType);
1601 pr = this->drawingManager()->getPathRenderer(canDrawArgs, true, kType);
/external/skia/gm/
H A Dnonclosedpaths.cpp89 constexpr ClosureType kType[] = { variable
107 MakePath(&path, kType[type]);
130 MakePath(&path, kType[type]);
/external/skia/src/core/
H A DSkLiteDL.cpp72 static const auto kType = Type::SetDrawFilter; member in struct:__anon16967::final
84 static const auto kType = Type::Save; member in struct:__anon16967::final
88 static const auto kType = Type::Restore; member in struct:__anon16967::final
92 static const auto kType = Type::SaveLayer; member in struct:__anon16967::final
110 static const auto kType = Type::Concat; member in struct:__anon16967::final
116 static const auto kType = Type::SetMatrix; member in struct:__anon16967::final
124 static const auto kType = Type::Translate; member in struct:__anon16967::final
132 static const auto kType = Type::TranslateZ; member in struct:__anon16967::final
143 static const auto kType = Type::ClipPath; member in struct:__anon16967::final
151 static const auto kType member in struct:__anon16967::final
159 static const auto kType = Type::ClipRRect; member in struct:__anon16967::final
167 static const auto kType = Type::ClipRegion; member in struct:__anon16967::final
175 static const auto kType = Type::DrawPaint; member in struct:__anon16967::final
181 static const auto kType = Type::DrawPath; member in struct:__anon16967::final
188 static const auto kType = Type::DrawRect; member in struct:__anon16967::final
195 static const auto kType = Type::DrawRegion; member in struct:__anon16967::final
202 static const auto kType = Type::DrawOval; member in struct:__anon16967::final
209 static const auto kType = Type::DrawArc; member in struct:__anon16967::final
223 static const auto kType = Type::DrawRRect; member in struct:__anon16967::final
230 static const auto kType = Type::DrawDRRect; member in struct:__anon16967::final
239 static const auto kType = Type::DrawAnnotation; member in struct:__anon16967::final
248 static const auto kType = Type::DrawDrawable; member in struct:__anon16967::final
259 static const auto kType = Type::DrawPicture; member in struct:__anon16967::final
274 static const auto kType = Type::DrawShadowedPicture; member in struct:__anon16967::final
294 static const auto kType = Type::DrawImage; member in struct:__anon16967::final
305 static const auto kType = Type::DrawImageNine; member in struct:__anon16967::final
320 static const auto kType = Type::DrawImageRect; member in struct:__anon16967::final
336 static const auto kType = Type::DrawImageLattice; member in struct:__anon16967::final
357 static const auto kType = Type::DrawText; member in struct:__anon16967::final
368 static const auto kType = Type::DrawPosText; member in struct:__anon16967::final
381 static const auto kType = Type::DrawPosTextH; member in struct:__anon16967::final
395 static const auto kType = Type::DrawTextOnPath; member in struct:__anon16967::final
410 static const auto kType = Type::DrawTextRSXform; member in struct:__anon16967::final
424 static const auto kType = Type::DrawTextBlob; member in struct:__anon16967::final
436 static const auto kType = Type::DrawPatch; member in struct:__anon16967::final
458 static const auto kType = Type::DrawPoints; member in struct:__anon16967::final
469 static const auto kType = Type::DrawVertices; member in struct:__anon16967::final
480 static const auto kType = Type::DrawAtlas; member in struct:__anon16967::final
[all...]

Completed in 380 milliseconds