OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPicture
(Results
1 - 7
of
7
) sorted by null
/external/skia/tools/skiaserve/
Request.h
45
bool
hasPicture
() const { return SkToBool(fPicture.get()); }
/external/skqp/tools/skiaserve/
Request.h
45
bool
hasPicture
() const { return SkToBool(fPicture.get()); }
/external/skia/src/effects/imagefilters/
SkPictureImageFilter.cpp
77
bool
hasPicture
= (fPicture != nullptr);
78
buffer.writeBool(
hasPicture
);
79
if (
hasPicture
) {
/external/skqp/src/effects/imagefilters/
SkPictureImageFilter.cpp
77
bool
hasPicture
= (fPicture != nullptr);
78
buffer.writeBool(
hasPicture
);
79
if (
hasPicture
) {
/frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.cpp
[
all
...]
/frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.cpp
[
all
...]
/frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.cpp
[
all
...]
Completed in 417 milliseconds