/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 98 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0) 99 : Stream(Stream), Skew(Skew) {} in Stream() 101 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0) 102 : Stream(Stream), E(E), Skew(Skew) {} in Stream() 105 return Iterator(*this, E, Skew, nullptr); 110 uint32_t skew() const { return Skew; } in skew() 117 assert(Begin >= Skew); in substream() 138 Skew = NewSkew; 141 void drop_front() { Skew += begin()->length(); } in drop_front() 146 uint32_t Skew = 0; variable
|
D | MathExtras.h | 717 inline uint64_t alignTo(uint64_t Value, uint64_t Align, uint64_t Skew = 0) { 719 Skew %= Align; 720 return (Value + Align - 1 - Skew) / Align * Align + Skew; 742 inline uint64_t alignDown(uint64_t Value, uint64_t Align, uint64_t Skew = 0) { 744 Skew %= Align; 745 return (Value - Skew) / Align * Align + Skew;
|
D | BinaryStreamReader.h | 218 uint32_t Skew = 0) { 222 Array.setUnderlyingStream(S, Skew);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 30 …cale, tquat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & Pers… argument 100 Skew.z = dot(Row[0], Row[1]); 101 Row[1] = detail::combine(Row[1], Row[0], static_cast<T>(1), -Skew.z); 106 Skew.z /= Scale.y; 109 Skew.y = glm::dot(Row[0], Row[2]); 110 Row[2] = detail::combine(Row[2], Row[0], static_cast<T>(1), -Skew.y); 111 Skew.x = glm::dot(Row[1], Row[2]); 112 Row[2] = detail::combine(Row[2], Row[1], static_cast<T>(1), -Skew.x); 117 Skew.y /= Scale.z; 118 Skew.x /= Scale.z;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 637 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset() argument 649 Offset = alignTo(Offset, Align, Skew); in AdjustStackOffset() 772 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet() argument 777 AdjustStackOffset(MFI, i, StackGrowsDown, Offset, MaxAlign, Skew); in AssignProtectedObjSet() 804 unsigned Skew = TFI.getStackAlignmentSkew(MF); in calculateFrameObjectOffsets() local 851 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets() 868 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets() 894 AdjustStackOffset(MFI, *I, StackGrowsDown, Offset, MaxAlign, Skew); in calculateFrameObjectOffsets() 905 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets() 943 Skew); in calculateFrameObjectOffsets() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 672 inline uint64_t alignTo(uint64_t Value, uint64_t Align, uint64_t Skew = 0) { 674 Skew %= Align; 675 return (Value + Align - 1 - Skew) / Align * Align + Skew; 700 inline uint64_t alignDown(uint64_t Value, uint64_t Align, uint64_t Skew = 0) { 702 Skew %= Align; 703 return (Value - Skew) / Align * Align + Skew;
|
/third_party/skia/gm/ |
D | runtimeimagefilter.cpp | 68 draw_layer( 0, 500, SkMatrix::Skew(-0.5f, 0));
|
/third_party/skia/modules/skottie/src/ |
D | Transform.cpp | 55 * SkMatrix::Skew(std::tan(sk), 0) in totalMatrix()
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 116 static SkMatrix SK_WARN_UNUSED_RESULT Skew(SkScalar kx, SkScalar ky) { in Skew() function
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 1803 AM to attempt to think through the agenda for the Workshop. Skew, for
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 42544 tsdemux: Skew correction should use the upstream DTS
|