OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureData.cpp
110
int
paintCount
= SafeCount(src.fPaints);
116
fPaints = SkTRefArray<SkPaint>::Create(
paintCount
);
117
SkASSERT(deepCopyInfo->paintData.count() ==
paintCount
);
120
for (int i = 0; i <
paintCount
; i++) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h
212
int
paintCount
() const { return m_paintCount; }
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
LayerTreeModel.js
535
paintCount
: function() { },
721
paintCount
: function()
723
return this._paintCount || this._layerPayload.
paintCount
;
776
this._paintCount = this.
paintCount
() + 1;
1036
paintCount
: function()
Completed in 977 milliseconds