HomeSort by relevance Sort by last modified time
    Searched refs:Scale (Results 26 - 50 of 211) sorted by null

12 3 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 37 import org.eclipse.swt.widgets.Scale;
180 mScaleControl.scale.setMinimum(SCALE_MIN);
181 mScaleControl.scale.setMaximum(SCALE_MAX);
182 mScaleControl.scale.setSelection(2);
183 mScaleControl.scale.addSelectionListener(new SelectionAdapter() {
188 Scale scale = (Scale) event.widget;
189 mListener.scaleChanged(scale.getSelection());
199 mZoomControl.scale.setMinimum(ZOOM_MIN)
308 Scale scale; field in class:StatusPanel.ZoomControl
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 206 bool HasBaseReg, int64_t Scale,
210 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
222 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
225 Scale, AddrSpace))
412 int64_t Scale = 0;
430 // Needs scale register.
431 if (Scale != 0)
432 // No addressing mode takes two scale registers.
434 Scale = ElementSize
    [all...]
TargetTransformInfo.h 312 bool HasBaseReg, int64_t Scale,
334 bool HasBaseReg, int64_t Scale,
571 int64_t Scale,
579 int64_t Scale, unsigned AddrSpace) = 0;
694 bool HasBaseReg, int64_t Scale,
697 Scale, AddrSpace);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 99 void printUImm12Offset(const MCInst *MI, unsigned OpNum, unsigned Scale,
101 void printAMIndexedWB(const MCInst *MI, unsigned OpNum, unsigned Scale,
104 template <int Scale>
107 printUImm12Offset(MI, OpNum, Scale, O);
119 template <int Scale>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 74 Scale RN 5
149 ;// Scale factor calculation is done using ARM instructions
157 LDRSB Scale, [pQPModTable, QP] ;// ARM CODE: Scale = pQPModTable[QP]
161 LSL Scale, Scale, Shift ;// ARM CODE: Scale = Scale << Shift
190 ;// Scale << Shift once in the beginning and do a right shift by a
199 VDUP dScale, Scale ;// ARM -> NEON copy 'scale' to vecto
    [all...]
  /external/ImageMagick/Magick++/demo/
zoom.cpp 23 << " hermite lanczos mitchell point quadratic sample scale sinc triangle" << endl;
45 Scale,
109 else if (algorithm.compare("scale") == 0)
110 resize_algorithm=Scale;
173 case Scale:
174 image.scale(geometry);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 230 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
232 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
234 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 68 ret_val = scaler_.Scale(inFrame, outFrame);
71 // Timestamp will be reset in Scale call above, so we should set it after.
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 57 unsigned Scale;
125 return Mem.Scale;
504 Res->Mem.Scale = 1;
516 unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc,
523 // The scale should always be one of {1,2,4,8}.
524 assert(((Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8)) &&
525 "Invalid scale!");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 61 unsigned Scale;
75 : BaseType(RegBase), Base_FrameIndex(0), Scale(1), IndexReg(), Disp(0),
112 << " Scale" << Scale << '\n'
212 SDValue &Scale, SDValue &Index, SDValue &Disp,
215 SDValue &Scale, SDValue &Index, SDValue &Disp,
219 SDValue &Scale, SDValue &Index, SDValue &Disp,
222 SDValue &Scale, SDValue &Index, SDValue &Disp,
225 SDValue &Scale, SDValue &Index, SDValue &Disp,
228 SDValue &Base, SDValue &Scale,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 255 /// The scale of any complex addressing.
256 int64_t Scale;
261 /// 2. ScaledReg != NULL implies Scale != 1 || !BaseRegs.empty().
270 /// The 'scaled' register for this use. This should be non-null when Scale is
280 : BaseGV(nullptr), BaseOffset(0), HasBaseReg(false), Scale(0),
385 return Scale != 1 || !BaseRegs.empty();
404 Scale = 1;
412 /// \brief Get rid of the scale in the formula.
414 /// \return true if it was possible to get rid of the scale, false otherwise.
417 if (Scale != 1
    [all...]
  /external/clang/include/clang/AST/
CharUnits.h 201 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale,
203 return CU * Scale;
  /external/dng_sdk/source/
dng_matrix.h 104 void Scale (real64 factor);
219 void Scale (real64 factor);
276 dng_matrix operator* (real64 scale,
279 dng_vector operator* (real64 scale,
  /external/pdfium/xfa/src/fwl/src/lightwidget/
picturebox.cpp 61 matrix.Scale(fScaleX, fScaleY);
113 matrix.Scale(m_fScaleX, m_fScaleY);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 94 if(LVCS_SEMidCoefTable[Offset].Scale==15)
118 switch(pSESideCoefs[Offset].Scale)
LVCS_Equaliser.c 99 switch(pEqualiserCoefTable[Offset].Scale)
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ScaleInfluencer.java 6 /** It's an {@link Influencer} which controls the scale of the particles.
12 valueChannelDescriptor = ParticleChannels.Scale;
20 float start = value.newLowValue()* controller.scale.x;
21 float diff = value.newHighValue()* controller.scale.x;
30 float start = value.newLowValue()* controller.scale.x;
31 float diff = value.newHighValue()* controller.scale.x - start;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
BillboardRenderer.java 30 renderData.scaleChannel = controller.particles.addChannel(ParticleChannels.Scale, ScaleInitializer.get());
PointSpriteRenderer.java 30 renderData.scaleChannel = controller.particles.addChannel(ParticleChannels.Scale, ScaleInitializer.get());
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 29 // Scale a YUV plane.
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/libyuv/files/include/libyuv/
scale.h 29 // Scale a YUV plane.
79 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
  /external/pdfium/xfa/src/fdp/src/fde/
fde_object.h 97 virtual void ScaleMatrix(FX_FLOAT sx, FX_FLOAT sy) { m_Matrix.Scale(sx, sy); }
122 virtual void ScaleMatrix(FX_FLOAT sx, FX_FLOAT sy) { m_Matrix.Scale(sx, sy); }
162 virtual void ScaleMatrix(FX_FLOAT sx, FX_FLOAT sy) { m_Matrix.Scale(sx, sy); }
194 virtual void ScaleMatrix(FX_FLOAT sx, FX_FLOAT sy) { m_Matrix.Scale(sx, sy); }
  /external/skia/src/animator/
SkMatrixParts.h 48 DECLARE_MEMBER_INFO(Scale);
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h 64 int16_t Scale(size_t channel) const;
99 scale = 20000;
110 int16_t scale; member in struct:webrtc::BackgroundNoise::ChannelParameters

Completed in 538 milliseconds

12 3 4 5 6 7 8 9