HomeSort by relevance Sort by last modified time
    Searched refs:rotate (Results 226 - 250 of 708) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 274 %rotate 1
284 %rotate 1
311 %rotate 1
320 %rotate 1
329 %rotate 1
392 %rotate 1
531 %rotate 1
813 %rotate 2
820 %rotate 2
845 %rotate
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 274 %rotate 1
284 %rotate 1
311 %rotate 1
320 %rotate 1
329 %rotate 1
392 %rotate 1
531 %rotate 1
809 %rotate 2
816 %rotate 2
841 %rotate
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 309 @ Illegal rotate operators for extend instructions
327 @ CHECK-ERRORS: error: malformed rotate expression
330 @ CHECK-ERRORS: error: rotate amount must be an immediate
333 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
336 @ CHECK-ERRORS: error: 'ror' rotate amount must be 8, 16, or 24
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 274 %rotate 1
284 %rotate 1
311 %rotate 1
320 %rotate 1
329 %rotate 1
392 %rotate 1
531 %rotate 1
809 %rotate 2
816 %rotate 2
841 %rotate
    [all...]
  /external/chromium_org/third_party/x86inc/
x86inc.asm 194 %rotate 1
204 %rotate 1
281 %rotate 1
647 %rotate 2
654 %rotate 2
679 %rotate 1
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 227 int rotate = instr->RotateValue() * 2; local
229 int imm = (immed8 >> rotate) | (immed8 << (32 - rotate));
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 210 uint32_t rotate = 2 * BITS(this_instr, 8, 11); local
211 operand2 = (((immval >> rotate)
212 | (immval << (32 - rotate)))
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 432 public void rotate(double radians) { method in class:GcSnapshot
435 layer.getGraphics().rotate(radians);
441 mTransform.rotate(radians);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CollectionsTest.java     [all...]
Collections2Test.java 83 * java.util.Collections#rotate(java.util.List, int)
86 // Regression for HARMONY-19 Rotate an *empty* list
87 Collections.rotate(new ArrayList<Object>(), 25);
97 Collections.rotate(list, Integer.MIN_VALUE);
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 426 OMX_CONFIG_ROTATIONTYPE rotate; local
436 memset(&rotate, 0, sizeof(rotate));
437 rotate.nPortIndex = OUTPUT_PORT;
438 rotate.nRotation = job->encode_parm.rotation;
439 OMX_SetConfig(my_obj->omx_handle, OMX_IndexConfigCommonRotate, &rotate);
    [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 148 SkMatrix rotate; local
149 rotate.setRotate(128 * SK_Scalar1);
150 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, rotate.getMinScale(), SK_ScalarNearlyZero));
151 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, rotate.getMaxScale(), SK_ScalarNearlyZero));
152 success = rotate.getMinMaxScales(scales);
185 SkMatrix baseMats[] = {scale, rot90Scale, rotate,
319 // rotate
333 // rotate + translate
339 // rotate + uniform scale
345 // rotate + non-uniform scal
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 846 CPDF_Object* pRotate = GetPageAttr(FX_BSTRC("Rotate"));
847 int rotate = 0; local
849 rotate = pRotate->GetInteger() / 90 % 4;
851 if (rotate < 0) {
852 rotate += 4;
874 if (rotate % 2) {
881 switch (rotate) {
    [all...]
  /external/skia/tests/
MatrixTest.cpp 148 SkMatrix rotate; local
149 rotate.setRotate(128 * SK_Scalar1);
150 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, rotate.getMinScale(), SK_ScalarNearlyZero));
151 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(SK_Scalar1, rotate.getMaxScale(), SK_ScalarNearlyZero));
152 success = rotate.getMinMaxScales(scales);
185 SkMatrix baseMats[] = {scale, rot90Scale, rotate,
319 // rotate
339 // rotate + translate
345 // rotate + uniform scale
351 // rotate + non-uniform scal
    [all...]
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 162 -webkit-transform: rotate(-90deg);
  /external/chromium_org/chrome/browser/resources/ssl/
interstitial_v2.css 191 transform: rotate(-45deg);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
canvasProfiler.css 96 -webkit-transform: rotate(180deg);
sourcesPanel.css 142 -webkit-transform: rotate(90deg);
  /external/chromium_org/third_party/skia/gm/
techtalk1.cpp 137 canvas->rotate(40);
280 canvas->rotate(-35);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 355 * @param {boolean} rotate True if the image should be rotated 90 degrees.
358 ThumbnailLoader.centerImage_ = function(box, img, fillMode, rotate) {
392 var fitScaleX = (rotate ? boxHeight : boxWidth) / imageWidth;
393 var fitScaleY = (rotate ? boxWidth : boxHeight) / imageHeight;
  /external/pdfium/fpdfsdk/src/
fpdfformfill.cpp 190 int size_x, int size_y, int rotate, int flags)
217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
  /external/skia/gm/
techtalk1.cpp 137 canvas->rotate(40);
280 canvas->rotate(-35);
  /external/zlib/src/examples/
gzappend.c 40 * - Use in-place rotate instead of auxiliary buffer
122 /* rotate list[0..len-1] left by rot positions, in place */
123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function
153 /* otherwise do rotate as a set of cycles in place */
363 rotate(window, DSIZE, have);
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 212 static void rotate(T *dst, const T *src, size_t width, size_t height, int angle) function
289 rotate((uint16_t*)bitmap->getPixels(),
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 289 void ARMAssemblerProxy::UXTB16(int cc, int Rd, int Rm, int rotate) {
290 mTarget->UXTB16(cc, Rd, Rm, rotate);

Completed in 2402 milliseconds

1 2 3 4 5 6 7 8 91011>>