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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java 174 addBitmapToMemoryCache(params[0], bitmap, isScaled());
206 addBitmapToMemoryCache(params[0], bitmap, isScaled());
237 addBitmapToMemoryCache(params[0], bitmap, isScaled());
290 private void addBitmapToMemoryCache(BitmapWorkerOptions key, Bitmap bitmap, boolean isScaled) {
307 Log.d(TAG, "add cache "+bucketKey+" isScaled = "+isScaled);
309 bitmapItem = new BitmapItem(bitmap, isScaled);
BitmapWorkerTask.java 151 public final boolean isScaled() {
  /external/opencv3/modules/core/src/
matop.cpp 214 static inline bool isScaled(const MatExpr& e) { return isAddEx(e) && (!e.b.data || e.beta == 0) && e.s == Scalar(); }
421 if( isScaled(e2) )
434 if( isScaled(e1) )
442 if( isScaled(e2) )
483 if( isScaled(e1) )
491 if( isScaled(e2) )
550 else if( isScaled(e1) )
564 else if( isScaled(e2) )
1288 if( isScaled(e) )
1297 if( isScaled(e)
    [all...]

Completed in 166 milliseconds