Home
last modified time | relevance | path

Searched refs:tmpInfo (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAssetDir.java110 FileInfo tmpInfo = new FileInfo(); in findEntry() local
112 tmpInfo.setFileName(fileName); in findEntry()
113 return pVector.indexOf(tmpInfo); in findEntry()
DSortedVector.java42 public int indexOf(T tmpInfo) { in indexOf() argument
43 return mStorage.indexOf(tmpInfo); in indexOf()
/external/skia/src/gpu/
DGrOpFlushState.cpp120 GrImageInfo tmpInfo(supportedWrite.fColorType, kAT, nullptr, width, height); in doUpload() local
121 if (!GrConvertPixels( GrPixmap(tmpInfo, tmpPixels.get(), tightRB ), in doUpload()
DGrSurfaceContext.cpp329 GrImageInfo tmpInfo(supportedRead.fColorType, in readPixels() local
333 size_t tmpRB = tmpInfo.minRowBytes(); in readPixels()
334 size_t size = tmpRB * tmpInfo.height(); in readPixels()
337 tmp = {tmpInfo, tmpPixels.get(), tmpRB}; in readPixels()
596 GrImageInfo tmpInfo(allowedColorType, in internalWritePixels() local
600 auto tmpRB = tmpInfo.minRowBytes(); in internalWritePixels()
601 GrPixmap tmpPM(tmpInfo, tmp, tmpRB); in internalWritePixels()
/external/skia/tests/
DTransferPixelsTest.cpp89 GrImageInfo tmpInfo(supportedRead.fColorType, kUnpremul_SkAlphaType, nullptr, w, h); in read_pixels_from_texture() local
91 determine_tolerances(tmpInfo.colorType(), dstInfo.colorType(), tolerances); in read_pixels_from_texture()
93 GrPixmap(tmpInfo, tmpPixels.get(), tmpRowBytes)); in read_pixels_from_texture()