OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hRatio
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java
206
float
hRatio
= ((float) size.y / mSize.y);
207
ratio = Math.min(
hRatio
, ratio);
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
322
float
hRatio
= 1.0;
350
hRatio
= (float)h/fbHeight;
356
h = (
hRatio
* asH);
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
270
float
hRatio
= 1.0;
292
hRatio
= (float)h/fbHeight;
298
h = (
hRatio
* asH);
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
283
float
hRatio
= 1.0;
311
hRatio
= (float)h/fbHeight;
317
h = (
hRatio
* asH);
[
all
...]
Completed in 182 milliseconds