OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_c
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxge/
cfx_pathdata.cpp
65
float
start_c
= 0;
local
87
start_c
= mid_pos.y - (start_k * mid_pos.x);
122
if (end_pos.y < (start_k * end_pos.x) +
start_c
)
123
outside.y = (start_k * outside.x) +
start_c
+ start_dc;
125
outside.y = (start_k * outside.x) +
start_c
- start_dc;
141
float start_outside_c =
start_c
;
142
if (end_pos.y < (start_k * end_pos.x) +
start_c
)
/external/syslinux/memdisk/
setup.c
254
uint8_t start_h, start_s,
start_c
;
member in struct:ptab_entry
[
all
...]
Completed in 135 milliseconds