HomeSort by relevance Sort by last modified time
    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 181 bool canMergeWith(const DrawOp* op, const DeferredDisplayState* state) {
540 if (!((MergingDrawBatch*) targetBatch)->canMergeWith(op, state)) {

Completed in 1228 milliseconds