HomeSort by relevance Sort by last modified time
    Searched full:findrepresentation (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/image/
image_skia.cc 68 ImageSkia::ImageSkiaReps::iterator it = FindRepresentation(scale, true);
111 std::vector<ImageSkiaRep>::iterator FindRepresentation(
159 return FindRepresentation(scale, false);
292 storage_->FindRepresentation(scale, false);
302 ImageSkiaReps::iterator it = storage_->FindRepresentation(scale, false);
312 ImageSkiaReps::iterator it = storage_->FindRepresentation(scale, true);
374 // by |DCHECK(CalledOnValidThread())| in FindRepresentation.
378 storage_->FindRepresentation(*it, true);
406 ImageSkiaReps::iterator it = storage_->FindRepresentation(1.0f, true);

Completed in 46 milliseconds