OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xright
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/skin/
region.c
59
span ::= XLEFT
XRIGHT
75
#define RUNS_RECT_COUNT 6 /* YTOP YBOT XLEFT
XRIGHT
XSENTINEL YSENTINEL */
275
int xleft,
xright
;
local
288
xright
= sspan[1];
289
RASSERT(
xright
!= XSENTINEL);
290
RASSERT(xleft <
xright
);
293
pright =
xright
;
505
int
xright
= runs[1];
local
506
RASSERT(
xright
!= YSENTINEL);
508
runs[1] = (Run)(
xright
+ dx)
566
int
xright
, xleft = runs[0];
local
700
int
xright
;
local
872
int
xright
;
local
[
all
...]
/external/harfbuzz/src/
harfbuzz-arabic.c
266
R2 A right joining character, that has a right join-causing char on the right will get form
XRight
272
will get form
XRight
280
L2 Any sequence of Alef(
XRight
) + Lam(XMedial) will form the ligature Alef.Lam(XLeft)
281
L3 Any sequence of Alef(
XRight
) + Lam(XLeft) will form the ligature Alef.Lam(XIsolated)
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c
586
iWidth = ((rcl.
xRight
-rcl.xLeft) * pVideo->hidden->SrcBufferDesc.uiXResolution + swp.cx-1)
[
all
...]
Completed in 598 milliseconds