OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetBase
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
61
HB_Fixed
offsetBase
= HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
63
offsetBase
+= HB_FIXED_CONSTANT(4);
65
offsetBase
+= size;
66
offsetBase
= -
offsetBase
;
67
//qreal
offsetBase
= (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
68
// qDebug("offset = %f",
offsetBase
);
85
HB_Fixed offset =
offsetBase
;
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
262
HB_Fixed
offsetBase
= HB_FIXED_CONSTANT(1) + (size - HB_FIXED_CONSTANT(4)) / 4;
264
offsetBase
+= HB_FIXED_CONSTANT(4);
266
offsetBase
+= size;
267
//qreal
offsetBase
= (size - 4) / 4 + qMin<qreal>(size, 4) + 1;
268
// qDebug("offset = %f",
offsetBase
);
285
HB_Fixed offset =
offsetBase
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp
[
all
...]
Completed in 81 milliseconds