OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp
563
int
valueWidth
= rect.width() / progressActivityBlocks;
564
int movableWidth = rect.width() -
valueWidth
;
570
return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(),
valueWidth
, rect.height());
571
return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(),
valueWidth
, rect.height());
/dalvik/vm/analysis/
DexVerify.cpp
351
u4 valueCount,
valueWidth
, tableSize;
377
valueWidth
= arrayData[1];
380
tableSize = 4 + (
valueWidth
* valueCount + 1) / 2;
[
all
...]
Completed in 327 milliseconds