OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topleft
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/local/programs/bdfload/
bdfload.c
275
int i, j, topright,
topleft
, botright, botleft;
local
287
topright =
topleft
= botright = botleft = 0;
293
topleft
= (((prev & pmask) == pmask) &&
304
if ((topright +
topleft
+ botright + botleft) == 1) {
305
if (
topleft
|| botleft) out |= pmask << 1;
/xsrc/external/mit/freetype/dist/src/base/
ftobjs.c
4748
unsigned char*
topleft
= slot->bitmap.buffer;
local
4752
topleft
-= pitch * ( rows - 1 );
4764
(
topleft
[i * pitch + j / 8] & m ) != 0 ));
4774
FT_TRACE7(( " %3u",
topleft
[i * pitch + j] ));
Completed in 12 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026