OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCrossProcess
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkPictureImageFilter.cpp
36
if (!buffer.
isCrossProcess
()) {
51
if (!buffer.
isCrossProcess
()) {
64
if (!buffer.
isCrossProcess
()) {
/external/chromium_org/third_party/skia/include/core/
SkWriteBuffer.h
36
bool
isCrossProcess
() const {
/external/chromium_org/third_party/skia/src/core/
SkReadBuffer.h
78
bool
isCrossProcess
() const {
SkImageFilter.cpp
148
fUniqueID = buffer.
isCrossProcess
() ? next_image_filter_unique_id() : common.uniqueID();
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
76
FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool
isCrossProcess
)
77
: INHERITED(
isCrossProcess
? SkWriteBuffer::kCrossProcess_Flag : 0)
79
SkASSERT((
isCrossProcess
&& fset != NULL) || (!
isCrossProcess
&& NULL == fset));
80
if (
isCrossProcess
) {
[
all
...]
Completed in 298 milliseconds