OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:origHeight
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h
45
int
origHeight
() const { return fOrigHeight; }
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java
124
int
origHeight
;
127
origHeight
= rootView.getHeight();
135
while (Math.abs(newHeight -
origHeight
) < IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
139
return (Math.abs(
origHeight
- newHeight) >= IME_MIN_HEIGHT);
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
103
int
origHeight
;
239
int
origHeight
) {
256
origHeight
!= decodedBitmap->height()) {
296
int origWidth,
origHeight
;
297
if (!webp_parse_header(stream, &origWidth, &
origHeight
)) {
303
*height =
origHeight
;
307
this->
origHeight
=
origHeight
;
347
int origWidth,
origHeight
;
348
if (!webp_parse_header(stream, &origWidth, &
origHeight
)) {
[
all
...]
SkImageDecoder_libpng.cpp
234
png_uint_32 origWidth,
origHeight
;
236
png_get_IHDR(png_ptr, info_ptr, &origWidth, &
origHeight
, &bit_depth,
276
png_uint_32 origWidth,
origHeight
;
278
png_get_IHDR(png_ptr, info_ptr, &origWidth, &
origHeight
, &bit_depth,
292
SkScaledBitmapSampler sampler(origWidth,
origHeight
, sampleSize);
357
for (png_uint_32 y = 0; y <
origHeight
; y++) {
386
SkAutoMalloc storage(origWidth *
origHeight
* srcBytesPerPixel);
392
for (png_uint_32 y = 0; y <
origHeight
; y++) {
421
SkASSERT(read <=
origHeight
);
422
skip_src_rows(png_ptr, srcRow,
origHeight
- read)
[
all
...]
Completed in 95 milliseconds