OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canMergeWith
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java
47
public boolean
canMergeWith
(FilterRepresentation representation) {
49
if (!rep.
canMergeWith
(representation)) {
75
if (step.
canMergeWith
(representation)) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java
273
public boolean
canMergeWith
(FilterRepresentation representation) {
/frameworks/base/libs/hwui/
DeferredDisplayList.cpp
187
bool
canMergeWith
(const DrawOp* op, const DeferredDisplayState* state) {
558
if (!((MergingDrawBatch*) targetBatch)->
canMergeWith
(op, state)) {
Completed in 49 milliseconds