OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScaleFactor
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/
layout.h
36
enum
ScaleFactor
{
54
const std::vector<
ScaleFactor
>& scale_factors);
58
UI_EXPORT const std::vector<
ScaleFactor
>& GetSupportedScaleFactors();
61
UI_EXPORT float GetImageScale(
ScaleFactor
scale_factor);
63
// Returns the supported
ScaleFactor
which most closely matches |scale|.
64
// Converting from float to
ScaleFactor
is inefficient and should be done as
66
// TODO(oshima): Make
ScaleFactor
a class and remove this.
67
UI_EXPORT
ScaleFactor
GetSupportedScaleFactor(float image_scale);
69
// Returns the
ScaleFactor
used by |view|.
70
UI_EXPORT
ScaleFactor
GetScaleFactorForNativeView(gfx::NativeView view)
[
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 696 milliseconds