Home
last modified time | relevance | path

Searched refs:fHasPerspective (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/private/
DSkSLSampleUsage.h38 SampleUsage(Kind kind, bool hasPerspective) : fKind(kind), fHasPerspective(hasPerspective) { in SampleUsage()
40 SkASSERT(!fHasPerspective); in SampleUsage()
60 return fKind == that.fKind && fHasPerspective == that.fHasPerspective;
72 bool hasPerspective() const { return fHasPerspective; } in hasPerspective()
86 bool fHasPerspective = false; // Only valid if fKind is kUniformMatrix variable
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp71 , fHasPerspective(needsTransform && geo->fDrawMatrix.hasPerspective())
96 , fHasPerspective(needsTransform && geo->fDrawMatrix.hasPerspective())
246 false, views, numActiveViews, filter, maskFormat, localMatrix, fHasPerspective); in onPrepareDraws()
397 fHasPerspective != that->fHasPerspective || in onCombineIfPossible()
DAtlasTextOp.h243 uint32_t fHasPerspective : 1; // True if perspective affects draw variable