HomeSort by relevance Sort by last modified time
    Searched refs:SCALE (Results 26 - 46 of 46) sorted by null

12

  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 441 // Apply the logical translation, scale to physical size, apply the
447 (type >= Transform::SCALE));
Layer.cpp 804 (type >= Transform::SCALE));
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 59 case SCALE: return "Scale";
99 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.width()),
102 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.height()),
854 fDrawType = SCALE;
861 canvas->scale(fSx, fSy);
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 59 case SCALE: return "Scale";
99 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.width()),
102 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.height()),
854 fDrawType = SCALE;
861 canvas->scale(fSx, fSy);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 330 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkPictureRecord.cpp 105 0, // SCALE - no paint
635 bool SkPictureRecord::scale(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord
638 size_t initialOffset = this->addDraw(SCALE, &size);
642 return this->INHERITED::scale(sx, sy);
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkPictureRecord.cpp 105 0, // SCALE - no paint
635 bool SkPictureRecord::scale(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord
638 size_t initialOffset = this->addDraw(SCALE, &size);
642 return this->INHERITED::scale(sx, sy);
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S 110 index into the jump table. SCALE is the scale of INDEX. */
112 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
119 addl (%ebx, INDEX, SCALE), %ebx; \
132 jump table. SCALE is the scale of INDEX. */
134 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
135 jmp *TABLE(, INDEX, SCALE)
    [all...]
  /external/skia/tools/
filtermain.cpp 322 // SCALE
323 // where the scale is 1,1
325 if (SCALE != canvas->getDrawCommandAt(curCommand)->getType()) {
334 // Just remove the scale
336 canvas->deleteDrawCommandAt(curCommand); // scale
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 835 milliseconds

12