Lines Matching refs:doBicubic
770 bool doBicubic; in shouldTileImage() local
773 &doBicubic); in shouldTileImage()
776 if (doBicubic) { in shouldTileImage()
821 bool doBicubic; in drawBitmap() local
824 fContext->contextPriv().sharpenMipmappedTextures(), &doBicubic); in drawBitmap()
828 if (doBicubic) { in drawBitmap()
843 tileSize, doBicubic); in drawBitmap()
1180 bool doBicubic; in drawBitmapRect() local
1183 fContext->contextPriv().sharpenMipmappedTextures(), &doBicubic); in drawBitmapRect()
1187 if (doBicubic) { in drawBitmapRect()
1201 sampleState, paint, constraint, tileSize, doBicubic); in drawBitmapRect()