HomeSort by relevance Sort by last modified time
    Searched defs:ScaleFactor (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/
layout.h 36 enum ScaleFactor {
49 UI_EXPORT float GetScaleFactorScale(ScaleFactor scale_factor);
51 // Returns the supported ScaleFactor which most closely matches |scale|.
52 // Converting from float to ScaleFactor is inefficient and should be done as
54 // TODO(oshima): Make ScaleFactor a class and remove this.
55 UI_EXPORT ScaleFactor GetScaleFactorFromScale(float scale);
57 // Returns the ScaleFactor used by |view|.
58 UI_EXPORT ScaleFactor GetScaleFactorForNativeView(gfx::NativeView view);
61 UI_EXPORT ScaleFactor GetMaxScaleFactor();
65 UI_EXPORT std::vector<ScaleFactor> GetSupportedScaleFactors()
    [all...]
  /external/aac/libAACdec/src/
stereo.cpp 235 SHORT *ScaleFactor;
239 ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16];
256 int bandScale = -(ScaleFactor [band] + 100) ;
  /art/compiler/utils/mips/
constants_mips.h 82 enum ScaleFactor {
  /art/compiler/utils/x86/
constants_x86.h 71 enum ScaleFactor {
  /art/compiler/utils/arm/
constants_arm.h 51 enum ScaleFactor {

Completed in 330 milliseconds