OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipT
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkPicturePlayback.cpp
63
return &reader->
skipT
<SkRect>();
146
const SkRect& rect = reader->
skipT
<SkRect>();
200
const SkPoint& loc = reader->
skipT
<SkPoint>();
207
const SkRect& dst = reader->
skipT
<SkRect>(); // required
224
const SkIRect& src = reader->
skipT
<SkIRect>();
225
const SkRect& dst = reader->
skipT
<SkRect>();
259
const SkPoint& loc = reader->
skipT
<SkPoint>();
265
const SkIRect& center = reader->
skipT
<SkIRect>();
266
const SkRect& dst = reader->
skipT
<SkRect>();
274
const SkRect& dst = reader->
skipT
<SkRect>(); // require
[
all
...]
SkReader32.h
91
template <typename T> const T&
skipT
() {
Completed in 43 milliseconds