Home
last modified time | relevance | path

Searched defs:Skew (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …& Scale, tquat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & P…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h146 uint32_t Skew = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp637 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset()
772 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet()
804 unsigned Skew = TFI.getStackAlignmentSkew(MF); in calculateFrameObjectOffsets() local
/third_party/skia/include/core/
DSkMatrix.h116 static SkMatrix SK_WARN_UNUSED_RESULT Skew(SkScalar kx, SkScalar ky) { in Skew() function