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

12

  /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/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 89 case TransformOperation::SCALE:
138 case TransformOperation::SCALE:
200 case TransformOperation::SCALE:
202 return PlatformCAAnimation::Scale;
    [all...]
  /external/skia/legacy/src/core/
SkPicturePlayback.cpp 733 case SCALE: {
736 canvas.scale(sx, sy);
    [all...]
SkPictureRecord.cpp 108 bool SkPictureRecord::scale(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord
109 addDraw(SCALE);
113 return this->INHERITED::scale(sx, sy);
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
SkPictureRecord.cpp 143 3, // SCALE,
248 bool SkPictureRecord::scale(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord
249 addDraw(SCALE);
253 return this->INHERITED::scale(sx, sy);
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 107 index into the jump table. SCALE is the scale of INDEX. */
109 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
116 addl (%ebx, INDEX, SCALE), %ebx; \
129 jump table. SCALE is the scale of INDEX. */
131 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
132 jmp *TABLE(, INDEX, SCALE)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 286 * can be large if getContentTransform() contains a large scale factor.
824 (type >= Transform::SCALE));
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 720 void RenderStyle::setPageScaleTransform(float scale)
722 if (scale == 1)
725 transform.operations().append(ScaleTransformOperation::create(scale, scale, ScaleTransformOperation::SCALE));
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
jython-2.5.3.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 5044 milliseconds

12