Home
last modified time | relevance | path

Searched defs:sHeight (Results 1 – 5 of 5) sorted by relevance

/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageSource.java29 private int sHeight; field in ImageSource
196 public ImageSource dimensions(int sWidth, int sHeight) { in dimensions()
DSubsamplingScaleImageView.java209 private int sHeight; field in SubsamplingScaleImageView
1555 int sHeight = dimensions.y; in doInBackground() local
1590 …private synchronized void onTilesInited(ImageRegionDecoder decoder, int sWidth, int sHeight, int s… in onTilesInited()
1976 private int sHeight() { in sHeight() method
/external/swiftshader/src/Device/
DBlitter.hpp126 int sHeight; member
DBlitter.cpp1498 Int &sWidth, Int &sHeight, Int &sDepth, in sample()
1687 Int sHeight = *Pointer<Int>(blit + OFFSET(BlitData, sHeight)); in generate() local
/external/mesa3d/src/gfxstream/host/gl/gl-host-common/
Dopengles.cpp371 static int sWidth, sHeight; variable