OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSkStream
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp
108
,
fSkStream
(stream)
112
this->
fSkStream
->rewind();
116
if (this->
fSkStream
&& fUnrefOnRelease) {
117
this->
fSkStream
->unref();
134
*pcbRead = static_cast<ULONG>(this->
fSkStream
->read(pv, cb));
155
if (!this->
fSkStream
->rewind()) {
158
size_t skipped = this->
fSkStream
->skip(
169
size_t skipped = this->
fSkStream
->skip(
179
if (!this->
fSkStream
->rewind()) {
184
LONGLONG skip = this->
fSkStream
->getLength(
[
all
...]
/external/skia/src/utils/win/
SkIStream.cpp
108
,
fSkStream
(stream)
112
this->
fSkStream
->rewind();
116
if (NULL != this->
fSkStream
&& fUnrefOnRelease) {
117
this->
fSkStream
->unref();
134
*pcbRead = static_cast<ULONG>(this->
fSkStream
->read(pv, cb));
155
if (!this->
fSkStream
->rewind()) {
158
size_t skipped = this->
fSkStream
->skip(
169
size_t skipped = this->
fSkStream
->skip(
179
if (!this->
fSkStream
->rewind()) {
184
LONGLONG skip = this->
fSkStream
->getLength(
[
all
...]
/external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h
82
SkStream *
fSkStream
;
/external/skia/include/utils/win/
SkIStream.h
82
SkStream *
fSkStream
;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
239
SkStream*
fSkStream
;
246
fSkStream
->unref();
282
: fNext(NULL),
fSkStream
(strm), fRefCnt(1), fFontID(fontID) {
286
fFTStream.size =
fSkStream
->getLength();
287
fFTStream.descriptor.pointer =
fSkStream
;
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
240
SkStream*
fSkStream
;
247
fSkStream
->unref();
283
: fNext(NULL),
fSkStream
(strm), fRefCnt(1), fFontID(fontID) {
287
fFTStream.size =
fSkStream
->getLength();
288
fFTStream.descriptor.pointer =
fSkStream
;
[
all
...]
Completed in 994 milliseconds