OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoneHeight
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/cff/
cf2blues.c
72
CF2_Fixed
zoneHeight
;
197
zoneHeight
= blues->zone[blues->count].csTopEdge -
200
if (
zoneHeight
< 0 )
206
if (
zoneHeight
> maxZoneHeight )
210
maxZoneHeight =
zoneHeight
;
246
zoneHeight
= blues->zone[blues->count].csTopEdge -
249
if (
zoneHeight
< 0 )
255
if (
zoneHeight
> maxZoneHeight )
259
maxZoneHeight =
zoneHeight
;
/external/pdfium/third_party/freetype/src/cff/
cf2blues.c
72
CF2_Fixed
zoneHeight
;
197
zoneHeight
= blues->zone[blues->count].csTopEdge -
200
if (
zoneHeight
< 0 )
206
if (
zoneHeight
> maxZoneHeight )
210
maxZoneHeight =
zoneHeight
;
246
zoneHeight
= blues->zone[blues->count].csTopEdge -
249
if (
zoneHeight
< 0 )
255
if (
zoneHeight
> maxZoneHeight )
259
maxZoneHeight =
zoneHeight
;
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
384
int
zoneHeight
= (int) (overviewModeIconZoneRatio * availableHeightPx);
385
zoneHeight
= Math.min(overviewModeMaxIconZoneHeightPx,
386
Math.max(overviewModeMinIconZoneHeightPx,
zoneHeight
));
387
return
zoneHeight
;
Completed in 67 milliseconds