OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hScale
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp
165
float
hScale
= dstRect.width() / srcRect.width();
171
CGContextTranslateCTM(context->platformContext(), dstRect.x() - srcRect.x() *
hScale
, dstRect.y() - srcRect.y() * vScale);
172
CGContextScaleCTM(context->platformContext(),
hScale
, vScale);
/hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp
129
double
hScale
, vScale;
135
hScale
= ( double ) width / ( double ) hRange;
139
left = ( mLeft + hRange / 2 ) *
hScale
;
142
areaWidth = ( mRight + hRange / 2) *
hScale
;
/frameworks/base/core/java/android/widget/
AnalogClock.java
137
float
hScale
= 1.0f;
141
hScale
= (float) widthSize / (float) mDialWidth;
148
float scale = Math.min(
hScale
, vScale);
/frameworks/base/opengl/tests/hwc/
hwcCommit.cpp
264
Rational
hScale
;
530
measPtr->sc.
hScale
= scHScale(format->format,
536
(measPtr->sc.
hScale
539
(double) measPtr->sc.
hScale
);
540
testPrintI("
HScale
Best Display Frame: %s",
542
testPrintI("
HScale
Best Source Crop: %s",
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
657
double
hScale
= (canvasWidth - 2 * hMargin) / (double) sceneWidth;
660
double scale = Math.min(
hScale
, vScale);
[
all
...]
Completed in 309 milliseconds