OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRunCount
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRegionPriv.h
41
int32_t
fRunCount
;
70
head->
fRunCount
= count;
102
writable = Alloc(
fRunCount
, fYSpanCount, fIntervalCount);
104
fRunCount
* sizeof(RunType));
217
SkASSERT(runCount ==
fRunCount
);
SkRegion.cpp
112
fRunHead = RunHead::Alloc(head.
fRunCount
,
290
if (!this->isComplex() || fRunHead->
fRunCount
!= count) {
534
return ah->
fRunCount
== bh->
fRunCount
&&
536
ah->
fRunCount
* sizeof(SkRegion::RunType));
585
SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->
fRunCount
);
586
SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->
fRunCount
);
1110
size += fRunHead->
fRunCount
* sizeof(RunType)
[
all
...]
/external/skia/src/core/
SkRegionPriv.h
41
int32_t
fRunCount
;
70
head->
fRunCount
= count;
102
writable = Alloc(
fRunCount
, fYSpanCount, fIntervalCount);
104
fRunCount
* sizeof(RunType));
217
SkASSERT(runCount ==
fRunCount
);
SkRegion.cpp
112
fRunHead = RunHead::Alloc(head.
fRunCount
,
290
if (!this->isComplex() || fRunHead->
fRunCount
!= count) {
534
return ah->
fRunCount
== bh->
fRunCount
&&
536
ah->
fRunCount
* sizeof(SkRegion::RunType));
585
SkASSERT(sruns - fRunHead->readonly_runs() == fRunHead->
fRunCount
);
586
SkASSERT(druns - dst->fRunHead->readonly_runs() == dst->fRunHead->
fRunCount
);
1110
size += fRunHead->
fRunCount
* sizeof(RunType)
[
all
...]
/external/icu4c/layoutex/layout/
ParagraphLayout.h
168
le_int32
fRunCount
;
657
: UObject(), fAscent(0), fDescent(0), fLeading(0),
fRunCount
(0), fRunCapacity(0), fRuns(NULL)
663
: UObject(), fAscent(0), fDescent(0), fLeading(0),
fRunCount
(0), fRunCapacity(0), fRuns(NULL)
670
return
fRunCount
;
/external/icu4c/layoutex/
ParagraphLayout.cpp
47
le_int32
fRunCount
;
54
: fStyleCount(styleCount),
fRunCount
(0), fRunLimits(NULL), fStyleIndices(NULL)
104
fRunCount
= run;
110
fRunCount
= 0;
122
LE_ARRAY_COPY(runLimits, fRunLimits,
fRunCount
);
126
LE_ARRAY_COPY(styleIndices, fStyleIndices,
fRunCount
* fStyleCount);
129
return
fRunCount
;
[
all
...]
Completed in 316 milliseconds