OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runs_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/mp4/
mp4_stream_parser.cc
72
runs_
.reset();
103
int64 max_clear =
runs_
->GetMaxClearOffset() + moof_head_;
160
runs_
.reset();
320
if (!
runs_
)
321
runs_
.reset(new TrackRunIterator(moov_.get(), log_cb_));
322
RCHECK(
runs_
->Init(moof));
363
size_t expected_size =
runs_
->sample_size() +
370
if (
runs_
->is_keyframe()) {
406
if (!
runs_
->IsRunValid()) {
423
if (!
runs_
->IsSampleValid())
[
all
...]
track_run_iterator.cc
159
runs_
.clear();
272
runs_
.push_back(tri);
277
std::sort(
runs_
.begin(),
runs_
.end(), CompareMinTrackRunDataOffset());
278
run_itr_ =
runs_
.begin();
330
return run_itr_ !=
runs_
.end();
351
if (run_itr_ !=
runs_
.end()) {
353
if (next_run !=
runs_
.end()) {
track_run_iterator.h
93
std::vector<TrackRunInfo>
runs_
;
member in class:media::mp4::TrackRunIterator
mp4_stream_parser.h
103
scoped_ptr<mp4::TrackRunIterator>
runs_
;
member in class:media::mp4::MP4StreamParser
/external/chromium_org/ui/gfx/
render_text_win.cc
331
runs_
(runs),
341
const TextRun* run =
runs_
[run_index];
380
const TextRun* const run =
runs_
[run_index];
445
const TextRun* run =
runs_
[run_index];
476
const ScopedVector<TextRun>&
runs_
;
member in class:gfx::internal::LineBreaker
533
if (run_index >=
runs_
.size())
535
internal::TextRun* run =
runs_
[run_index];
559
for (size_t i = 0; i <
runs_
.size(); ++i) {
560
spans.push_back(RenderText::FontSpan(
runs_
[i]->font,
561
Range(LayoutIndexToTextIndex(
runs_
[i]->range.start())
[
all
...]
render_text_mac.cc
47
for (size_t i = 0; i <
runs_
.size(); ++i) {
48
gfx::Font font(
runs_
[i].font_name,
runs_
[i].text_size);
49
const CFRange cf_range = CTRunGetStringRange(
runs_
[i].ct_run);
104
runs_
.clear();
111
runs_
.clear();
167
for (size_t i = 0; i <
runs_
.size(); ++i) {
168
const TextRun& run =
runs_
[i];
275
runs_
.push_back(TextRun());
276
TextRun* run = &
runs_
.back()
[
all
...]
render_text_mac.h
74
// Updates |
runs_
| based on |line_| and sets |runs_valid_| to true.
92
std::vector<TextRun>
runs_
;
member in class:gfx::RenderTextMac
94
// Indicates that |
runs_
| are valid, set by |ComputeRuns()|.
render_text_win.h
106
// |
runs_
| vector if argument exceeds the text length or width.
126
ScopedVector<internal::TextRun>
runs_
;
member in class:gfx::RenderTextWin
render_text_unittest.cc
[
all
...]
Completed in 147 milliseconds