OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRuns
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/core/
SkAntiRun.h
22
int16_t*
fRuns
;
28
SkASSERT(
fRuns
[0] > 0);
29
return fAlpha[0] == 0 &&
fRuns
[
fRuns
[0]] == 0;
SkAlphaRuns.cpp
17
sk_memset16((uint16_t*)
fRuns
, (uint16_t)(-42), width);
19
fRuns
[0] = SkToS16(width);
20
fRuns
[width] = 0;
79
SkASSERT(
fRuns
[offsetX] >= 0);
81
int16_t* runs =
fRuns
+ offsetX;
136
const int16_t* runs =
fRuns
;
147
const int16_t* runs =
fRuns
;
168
const int16_t* runs =
fRuns
;
SkScan_AntiPath.cpp
116
sk_free(
fRuns
.
fRuns
);
119
/// Once
fRuns
contains a complete supersampled row, flush() blits
131
SkAlphaRuns
fRuns
;
141
fRuns
.
fRuns
= (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
142
fRuns
.fAlpha = (uint8_t*)(
fRuns
.
fRuns
+ width + 1);
143
fRuns
.reset(width)
[
all
...]
SkRegion.cpp
[
all
...]
SkAAClip.h
120
int16_t*
fRuns
;
SkAAClip.cpp
[
all
...]
/external/skia/src/text/
SkTextLayout.cpp
70
SkTDArray<GlyphRun*>
fRuns
;
74
fRuns
.deleteAll();
/external/icu4c/layoutex/layout/
ParagraphLayout.h
171
VisualRun **
fRuns
;
654
: UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0),
fRuns
(NULL)
660
: UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0),
fRuns
(NULL)
/external/icu4c/layoutex/
ParagraphLayout.cpp
[
all
...]
/external/skia/include/core/
SkRegion.h
312
const RunType*
fRuns
;
345
const SkRegion::RunType*
fRuns
;
Completed in 225 milliseconds