OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightL
(Results
1 - 7
of
7
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt8PyramidalImage.c
303
uint32 memSizeL, versionL, widthL,
heightL
, depthL;
308
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
312
ptrA->heightE =
heightL
;
351
uint32 iL, jL, layerL, widthL,
heightL
;
356
heightL
= dstPtrA->heightE;
358
dstL = srcL + widthL *
heightL
;
361
for( jL = (
heightL
>> 1 ); jL > 0; jL-- )
372
heightL
>>= 1;
UInt16BytePyrImage.c
302
uint32 memSizeL, versionL, widthL,
heightL
, depthL;
307
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
311
ptrA->heightE =
heightL
;
356
uint32
heightL
= dstPtrA->heightE;
359
uint16* dstL = srcL + (
heightL
* halfWidthL );
362
for( jL = (
heightL
>> 1 ); jL > 0; jL-- )
389
heightL
>>= 1;
APhImage.c
197
uint32 memSizeL, widthL,
heightL
, versionL;
202
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
205
ptrA->heightE =
heightL
;
ComplexImage.c
221
uint32 memSizeL, versionL, widthL,
heightL
;
226
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
229
ptrA->heightE =
heightL
;
UInt16ByteImage.c
241
uint32 memSizeL, versionL, widthL,
heightL
;
246
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
249
ptrA->heightE =
heightL
;
UInt8Image.c
229
uint32 memSizeL, versionL, widthL,
heightL
;
234
memPtrA += bbs_memRead32( &
heightL
, memPtrA );
237
ptrA->heightE =
heightL
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java
171
int
heightL
= -1;
179
heightL
= options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, -1);
194
dataL = "Width: " + widthL + " Height: " +
heightL
;
206
dataL = "Width: " + widthL + " Height: " +
heightL
;
Completed in 5596 milliseconds