HomeSort by relevance Sort by last modified time
    Searched refs:recycled (Results 1 - 9 of 9) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 31 * @param recycled A mutable Bitmap with dimensions width and height that we can load the cropped portion of toCrop
36 * @return The resized Bitmap (will be recycled if recycled is not null).
38 public static Bitmap centerCrop(Bitmap recycled, Bitmap toCrop, int width, int height) {
59 if (recycled != null) {
60 result = recycled;
Downsampler.java 86 * Load the image for the given InputStream. If a recycled Bitmap whose dimensions exactly match those of the image
95 * @param pool A pool of recycled bitmaps.
324 private static void setInBitmap(BitmapFactory.Options options, Bitmap recycled) {
326 options.inBitmap = recycled;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 57 private boolean recycled = false; field in class:ShadowBitmap
374 throw new IllegalStateException("Can't call setPixel() on a recycled bitmap");
420 recycled = true;
425 return recycled;
580 throw new IllegalStateException("Can't call copyPixelsFromBuffer() on a recycled bitmap");
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 326 yet recycled by a VirtioNetGetStatus call), then VirtioNetTransmit returns
338 consumed from the Used Ring and recycled to the private stack. The client
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 264 const SkTArray<const GrVkRecycledResource*>& recycled,
282 for (int i = 0; i < recycled.count(); ++i) {
283 this->addRecycledResource(recycled[i]);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkCommandBuffer.cpp 261 const SkTArray<const GrVkRecycledResource*>& recycled,
279 for (int i = 0; i < recycled.count(); ++i) {
280 this->addRecycledResource(recycled[i]);
    [all...]
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /external/syzkaller/vendor/golang.org/x/net/http2/
server.go 523 // responseWriter's responseWriterState is recycled at the end of a
    [all...]

Completed in 592 milliseconds