OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dstheight
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/images/
SkImageDecoder_libbmp.cpp
138
const int
dstHeight
= sampler.scaledHeight();
142
for (int y = 0; y <
dstHeight
; y++) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap.java
248
int
dstHeight
, boolean filter) {
263
final float sy =
dstHeight
/ (float)height;
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java
358
final int
dstHeight
= (int) (sBallDiameter * mMetersToPixelsY + 0.5f);
359
mBitmap = Bitmap.createScaledBitmap(ball, dstWidth,
dstHeight
, true);
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
327
* @param
dstHeight
The new bitmap's desired height.
332
int
dstHeight
, boolean filter) {
347
final float sy =
dstHeight
/ (float)height;
[
all
...]
/device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp
967
char *dstBuf, uint32_t dstWidth, uint32_t
dstHeight
)
973
if (dstWidth % 2 != 0 ||
dstHeight
% 2 != 0){
979
step_y = srcHeight /
dstHeight
;
982
for (uint32_t y = 0; y <
dstHeight
; y++) {
[
all
...]
Completed in 123 milliseconds