OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileCount
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkTileGrid.h
93
int
tileCount
= tileIndices.count();
95
for (int tile = 0; tile <
tileCount
; ++tile) {
107
for (int tile = 0; tile <
tileCount
; ++tile) {
/external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp
155
int numTileLayers =
tileCount
();
398
CACFLayerRemoveFromSuperlayer(tileAtIndex(
tileCount
() - 1));
404
if (!sublayers || index < 0 || index >=
tileCount
())
410
int PlatformCALayerWinInternal::
tileCount
() const
424
int numTilesToChange = numTilesTotal -
tileCount
();
/external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp
108
int numTileLayers =
tileCount
();
213
CACFLayerRemoveFromSuperlayer(tileAtIndex(
tileCount
() - 1));
219
if (!sublayers || index < 0 || index >=
tileCount
() )
225
int WebTiledLayer::
tileCount
() const
239
int numTilesToChange = numTilesTotal -
tileCount
();
/external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java
544
final int
tileCount
= byteStream.read();
545
final int size = (1 + 1 + 4 + 4 + 4 + 4 + 4 + 4) *
tileCount
;
547
for (int x = 0; x <
tileCount
; x++) {
[
all
...]
Completed in 1747 milliseconds