OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp
1018
const int
chunkWidth
= tableRect.width() / 3;
1019
QImage chunk(
chunkWidth
, chunkHeight, QImage::Format_ARGB32)
[
all
...]
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp
887
int
chunkWidth
= qStyle()->pixelMetric(QStyle::PM_ProgressBarChunkWidth, &option);
890
p.painter->fillRect(option.rect.right() -
chunkWidth
- renderProgress->animationProgress() * option.rect.width(), 0,
chunkWidth
, option.rect.height(), color);
892
p.painter->fillRect(renderProgress->animationProgress() * option.rect.width(), 0,
chunkWidth
, option.rect.height(), color);
[
all
...]
Completed in 65 milliseconds