OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_index
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvprewarp.cpp
94
int
run_index
;
local
102
run_index
= 0;
111
runs[
run_index
++] = 0;
112
runs[
run_index
++] = curr_color;
124
runs[
run_index
++] = index;
125
runs[
run_index
++] = color;
133
runs[
run_index
++] = index;
/external/chromium_org/ui/gfx/
render_text_win.cc
339
// Breaks the run at given |
run_index
| into Line structs.
340
void AddRun(int
run_index
) {
341
const TextRun* run = runs_[
run_index
];
352
BreakRun(
run_index
);
354
AddSegment(
run_index
, run->range, run->width);
378
void BreakRun(int
run_index
) {
380
const TextRun* const run = runs_[
run_index
];
389
AddSegment(
run_index
, Range(current_char, next_char), width);
440
void AddSegment(int
run_index
, Range char_range, int width) {
445
const TextRun* run = runs_[
run_index
];
532
size_t
run_index
= GetRunContainingXCoord(x);
local
578
size_t
run_index
= GetRunContainingCaret(selection);
local
665
const size_t
run_index
=
local
[
all
...]
Completed in 712 milliseconds