OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xAdj
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/layout/
ValueRecords.cpp
97
le_int16
xAdj
= dt->getAdjustment(xppem);
99
xPlacementAdjustment += fontInstance->xPixelsToUnits(
xAdj
);
119
le_int16
xAdj
= dt->getAdjustment(xppem);
121
xAdvanceAdjustment += fontInstance->xPixelsToUnits(
xAdj
);
201
le_int16
xAdj
= dt->getAdjustment(xppem);
203
xPlacementAdjustment += fontInstance->xPixelsToUnits(
xAdj
);
223
le_int16
xAdj
= dt->getAdjustment(xppem);
225
xAdvanceAdjustment += fontInstance->xPixelsToUnits(
xAdj
);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h
183
const GLfloat
xAdj
= dxdy < 0.0F ? -dxdy : 0.0F;
190
GLint ix, startX = (GLint) (x -
xAdj
);
252
const GLfloat
xAdj
= dxdy > 0 ? dxdy : 0.0F;
259
GLint ix, left, startX = (GLint) (x +
xAdj
);
s_aaline.c
49
GLfloat
xAdj
, yAdj; /* X and Y adjustment for quad corners around line */
350
line->qy0 = y0 + line->
xAdj
;
352
line->qy1 = y0 - line->
xAdj
;
354
line->qy2 = y1 - line->
xAdj
;
356
line->qy3 = y1 + line->
xAdj
;
/external/mesa3d/src/mesa/swrast/
s_aatritemp.h
183
const GLfloat
xAdj
= dxdy < 0.0F ? -dxdy : 0.0F;
190
GLint ix, startX = (GLint) (x -
xAdj
);
252
const GLfloat
xAdj
= dxdy > 0 ? dxdy : 0.0F;
259
GLint ix, left, startX = (GLint) (x +
xAdj
);
s_aaline.c
49
GLfloat
xAdj
, yAdj; /* X and Y adjustment for quad corners around line */
350
line->qy0 = y0 + line->
xAdj
;
352
line->qy1 = y0 - line->
xAdj
;
354
line->qy2 = y1 - line->
xAdj
;
356
line->qy3 = y1 + line->
xAdj
;
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
102
SkScalar
xAdj
= SkFixedToScalar(xAdv);
105
xAdj
= SkScalarHalf(
xAdj
);
108
*x = *x -
xAdj
;
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 426 milliseconds