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

  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/binderprovider/
DataSourceQueryResultBinderProvider.kt 62 val isTiled = context.processingEnv.typeUtils
64 if (!isTiled) {
  /external/skia/include/gpu/
GrSamplerParams.h 91 bool isTiled() const {
  /external/pdfium/third_party/libtiff/
tif_write.c 497 if (isTiled(tif))
539 if (tiles ^ isTiled(tif)) {
582 isTiled(tif) ? "tile" : "strip");
585 if (isTiled(tif))
616 size = (isTiled(tif) ?
765 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip,
tif_next.c 107 if( isTiled(tif) )
tif_fax3.c 183 line, isTiled(tif) ? "tile" : "strip",
184 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
194 line, isTiled(tif) ? "tile" : "strip",
195 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
205 line, isTiled(tif) ? "tile" : "strip",
206 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
215 line, isTiled(tif) ? "tile" : "strip",
216 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
491 if (isTiled(tif)) {
    [all...]
tif_packbits.c 46 if (isTiled(tif))
tif_open.c 580 return (isTiled(tif));
tiffiop.h 213 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
tif_jpeg.c 1054 if (isTiled(tif)) {
    [all...]
tif_luv.c 1297 if( isTiled(tif) )
    [all...]
tif_print.c 659 isTiled(tif) ? "Tiles" : "Strips");
tif_predict.c 95 if (isTiled(tif))
tif_read.c 1043 if (tiles ^ isTiled(tif)) {
    [all...]
tif_dirread.c     [all...]
tif_ojpeg.c 691 if isTiled(tif)
    [all...]
tif_pixarlog.c     [all...]
tif_dirwrite.c 530 if (!isTiled(tif))
543 if (!isTiled(tif))
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 49 if (textureParams.isTiled() && !caps.npotTextureTileSupport() &&
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 375 milliseconds