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/rust/crates/pest_meta/src/optimizer/
Drotater.rs12 pub fn rotate(rule: Rule) -> Rule { in rotate() function
/external/python/setuptools/setuptools/command/
Drotate.py10 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/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()
Dcpdfsdk_renderpage.cpp95 int rotate, in CPDFSDK_RenderPageWithContext()
Dfpdf_progressive.cpp50 int rotate, in FPDF_RenderPageBitmap_Start()
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py42 def rotate(inputs): function
/external/skia/gm/
Dlocalmatriximageshader.cpp37 SkMatrix rotate; variable
/external/python/setuptools/docs/userguide/
Dcommands.rst355 .. _rotate: target
/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/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/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
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.h36 uint8_t rotate; member
/external/squashfs-tools/squashfs-tools/
Dprogressbar.c47 int rotate = 0; variable
/external/deqp/modules/gles3/scripts/
Dgen-swizzle-math-operations.py89 def rotate(l, n) : function

12345