Home
last modified time | relevance | path

Searched defs:rotated (Results 1 – 22 of 22) sorted by relevance

/external/skia/docs/examples/
DMatrix_mapRectScaleTranslate.cpp11 SkRect rotated; in draw() local
/external/skia/tests/
DGrQuadCropTest.cpp201 SkMatrix rotated; in test_axis_aligned() local
219 SkMatrix rotated; in test_crop_fully_covered() local
DPathOpsBuilderConicTest.cpp29 SkPath rotated; in testOvalSet() local
/external/skia/modules/canvaskit/
Dmatrix.js153 CanvasKit.Matrix.rotated = function(radians, px, py) { function
245 CanvasKit.M44.rotated = function(axisVec, radians) { function
496 CanvasKit.ColorMatrix.rotated = function(axis, sine, cosine) { function
Dexterns.js311 rotated: function() {}, method
424 rotated: function() {}, method
439 rotated: function() {}, method
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DDownsampler.java152 Bitmap rotated = null; in decode() local
/external/skqp/tests/
DPathOpsBuilderConicTest.cpp29 SkPath rotated; in testOvalSet() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c650 LLVMValueRef base, rotated; in si_llvm_build_gs_prolog() local
/external/freetype/src/truetype/
Dttobjs.h264 FT_Bool rotated; /* `is the glyph rotated?'-flag */ member
/external/skqp/experimental/canvaskit/
Dinterface.js87 CanvasKit.SkMatrix.rotated = function(radians, px, py) { function
Dexterns.js150 rotated: function() {}, method
/external/skia/samplecode/
DSampleClip.cpp219 SkPath rotated; in clip() local
/external/skia/modules/canvaskit/tests/
Dcore.spec.js756 …const rotated = CanvasKit.ImageFilter.MakeMatrixTransform(m, CanvasKit.FilterQuality.Medium, combi… constant
/external/webrtc/common_video/
Dvideo_frame_unittest.cc195 const webrtc::I420BufferInterface& rotated) { in CheckRotate()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2847 rotated(axis: number, sine: number, cosine: number): ColorMatrix; method
2902 rotated(radians: AngleInRadians, px?: number, py?: number): number[]; method
2986 rotated(axis: Vector3, radians: AngleInRadians): number[]; method
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp8406 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTB() local
8491 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateSXTH() local
8576 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTB() local
8658 uint64_t rotated = ROR(Rm, rotation, &success); in EmulateUXTH() local
/external/skqp/samplecode/
DSampleAAGeometry.cpp1297 SkPoint rotated = { in pt_to_line() local
/external/skia/src/core/
DSkPath.cpp3700 SkPath rotated; in clip() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c3908 int rotated = (i + 4) % 6; in r600_shader_from_tgsi() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1851 uint64_t rotated = RotateRight(value, shift, kXRegSize); in VisitRotateRightIntoFlags() local
/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2406 UINT_32 rotated : 1; ///< This resource is rotated and displable member
/external/angle/src/libANGLE/
DContext_gl.cpp1567 void Context::rotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in rotated() function in gl::Context