Home
last modified time | relevance | path

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

12345

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp103 int rotate, in DeviceToPage()
111 int rotate, in PageToDevice()
176 int rotate = pRotate ? (pRotate->GetInteger() / 90) % 4 : 0; in GetPageRotation() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_vector.inl29 GLM_FUNC_QUALIFIER tvec2<T, P> rotate function
45 GLM_FUNC_QUALIFIER tvec3<T, P> rotate function
67 GLM_FUNC_QUALIFIER tvec4<T, P> rotate function
Dtransform.inl13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) function
Dquaternion.inl105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v) function
111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v) function
Dmatrix_transform_2d.inl22 GLM_FUNC_QUALIFIER 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/python/setuptools/setuptools/command/
Drotate.py12 class rotate(Command): class
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp131 int rotate, in DeviceToPage()
144 int rotate, in PageToDevice()
/external/skia/samplecode/
DSampleManyRects.cpp42 SkMatrix rotate; in onDrawContent() local
/external/skqp/samplecode/
DSampleManyRects.cpp48 SkMatrix rotate; in onDrawContent() local
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp340 int rotate, in GetScaling()
365 int rotate, in GetMaskDimensionsAndOffsets()
419 int rotate, in GetMaskBitmap()
473 int rotate, in FPDF_RenderPage()
580 int rotate, in FPDF_RenderPageBitmap()
711 int rotate, in FPDF_DeviceToPage()
736 int rotate, in FPDF_PageToDevice()
Dfpdf_progressive.cpp50 int rotate, in FPDF_RenderPageBitmap_Start()
Dcpdfsdk_renderpage.cpp95 int rotate, in CPDFSDK_RenderPageWithContext()
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py45 def rotate(inputs): function
/external/skqp/gm/
Dlocalmatriximageshader.cpp28 SkMatrix rotate; variable
/external/skia/gm/
Dlocalmatriximageshader.cpp37 SkMatrix rotate; variable
/external/python/cpython3/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/python/cpython2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/external/skia/include/utils/
DSkCamera.h39 void rotate(SkScalar /*x*/, SkScalar /*y*/, SkScalar /*z*/) {} in rotate() function
/external/skia/docs/examples/
DColor_Wheel.cpp14 const SkMatrix rotate = SkMatrix::MakeAll(0, -1, 0, 1, 0, 0, 0, 0, 1); in draw_color_wheel() local
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py31 def __init__(self, device, megabits_per_second=4, size=None, rotate=False): argument
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp64 void SkAtlasTextTarget::rotate(SkScalar degrees) { this->accessCTM()->preRotate(degrees); } in rotate() function in SkAtlasTextTarget
66 void SkAtlasTextTarget::rotate(SkScalar degrees, SkScalar px, SkScalar py) { in rotate() function in SkAtlasTextTarget
/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/nvc0/
Dnvc0_query_hw.h36 uint8_t rotate; member

12345