OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
PatchCache.h
70
xCount
(0), yCount(0), emptyCount(0), colorKey(0) {
75
const uint32_t
xCount
, const uint32_t yCount,
79
xCount
(
xCount
), yCount(yCount),
88
LTE_INT(
xCount
) {
107
uint32_t
xCount
;
/packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java
93
final int
xCount
= LauncherModel.getCellCountX();
95
boolean[][] occupied = new boolean[
xCount
][yCount];
108
for (int x = cellX; x < cellX + spanX && x <
xCount
; x++) {
117
return CellLayout.findVacantCell(xy, 1, 1,
xCount
, yCount, occupied);
/external/skia/src/core/
SkPicturePlayback.cpp
642
size_t
xCount
= getInt();
644
const SkScalar* xpos = (const SkScalar*)fReader.skip(
xCount
* sizeof(SkScalar));
651
size_t
xCount
= getInt();
652
const SkScalar* xpos = (const SkScalar*)fReader.skip((3 +
xCount
) * sizeof(SkScalar));
[
all
...]
Completed in 404 milliseconds