Searched refs:fHasPerspective (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/include/private/ |
D | SkSLSampleUsage.h | 38 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/ |
D | AtlasTextOp.cpp | 71 , 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()
|
D | AtlasTextOp.h | 243 uint32_t fHasPerspective : 1; // True if perspective affects draw variable
|