Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 25 of 102) sorted by relevance

12345

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp51 int rotate = GetPageRotation(); in CPDF_Page() local
182 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
/external/vulkan-validation-layers/libs/glm/gtx/
Drotate_vector.inl13 GLM_FUNC_QUALIFIER detail::tvec2<T, P> rotate function
34 GLM_FUNC_QUALIFIER detail::tvec3<T, P> rotate function
56 GLM_FUNC_QUALIFIER detail::tvec4<T, P> rotate function
Dtransform.inl21 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> rotate( function
Dquaternion.inl124 GLM_FUNC_QUALIFIER detail::tvec3<T, P> rotate function
134 GLM_FUNC_QUALIFIER detail::tvec4<T, P> rotate function
Dmatrix_transform_2d.inl46 GLM_FUNC_QUALIFIER detail::tmat3x3<T, P> rotate( function
/external/swiftshader/src/OpenGL/common/
DMatrixStack.cpp72 void MatrixStack::rotate(float angle, float x, float y, float z) in rotate() function in sw::MatrixStack
86 sw::Matrix rotate(c+x*x*_c, x*y*_c-z*s, x*z*_c+y*s, in rotate() local
93 void MatrixStack::rotate(double angle, double x, double y, double z) in rotate() function in sw::MatrixStack
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp128 int rotate, in DeviceToPage()
149 int rotate, in PageToDevice()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAnimationSetTest.java33 Animation rotate = new RotateAnimation(1f, 2f); in testAnimationList() local
/external/skqp/gm/
Dlocalmatriximageshader.cpp27 SkMatrix rotate; variable
/external/skia/samplecode/
DSampleManyRects.cpp49 SkMatrix rotate; in onDrawContent() local
/external/skqp/samplecode/
DSampleManyRects.cpp49 SkMatrix rotate; in onDrawContent() local
/external/skia/gm/
Dlocalmatriximageshader.cpp28 SkMatrix rotate; variable
/external/pdfium/fpdfsdk/
Dfpdfview.cpp750 int rotate, in GetScaling()
775 int rotate, in GetMaskDimensionsAndOffsets()
829 int rotate, in GetMaskBitmap()
879 int rotate, in FPDF_RenderPage()
984 int rotate, in FPDF_RenderPageBitmap()
1117 int rotate, in FPDF_DeviceToPage()
1145 int rotate, in FPDF_PageToDevice()
1272 int rotate, in FPDF_RenderPage_Retail()
Dfpdf_progressive.cpp39 int rotate, in FPDF_RenderPageBitmap_Start()
/external/freetype/src/base/
Dftstroke.c541 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local
896 FT_Angle total, rotate; in ft_stroker_arcto() local
939 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
966 FT_Angle rotate = FT_SIDE_TO_ROTATE( side ); in ft_stroker_cap() local
1000 FT_Angle phi, theta, rotate; in ft_stroker_inside() local
1066 FT_Angle rotate; in ft_stroker_outside() local
1459 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
1665 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/external/python/cpython2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/python/cpython3/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/skia/src/atlastext/
DSkAtlasTextTarget.cpp61 void SkAtlasTextTarget::rotate(SkScalar degrees) { this->accessCTM()->preRotate(degrees); } in rotate() function in SkAtlasTextTarget
63 void SkAtlasTextTarget::rotate(SkScalar degrees, SkScalar px, SkScalar py) { in rotate() function in SkAtlasTextTarget
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp61 void SkAtlasTextTarget::rotate(SkScalar degrees) { this->accessCTM()->preRotate(degrees); } in rotate() function in SkAtlasTextTarget
63 void SkAtlasTextTarget::rotate(SkScalar degrees, SkScalar px, SkScalar py) { in rotate() function in SkAtlasTextTarget
/external/libmojo/third_party/catapult/devil/devil/android/tools/
Dvideo_recorder.py30 rotate=False): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py32 rotate=False): argument
/external/libvncserver/examples/
DMakefile.am25 $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \ program
/external/skqp/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/external/skia/src/pathops/
DSkOpCubicHull.cpp9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) { in rotate() function
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h31 uint8_t rotate; member

12345