OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fRuns
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkAntiRun.h
22
int16_t*
fRuns
;
28
SkASSERT(
fRuns
[0] > 0);
29
return fAlpha[0] == 0 &&
fRuns
[
fRuns
[0]] == 0;
53
SkASSERT(
fRuns
[offsetX] >= 0);
55
int16_t* runs =
fRuns
+ offsetX;
SkAAClip.h
120
int16_t*
fRuns
;
SkScan_AntiPath.cpp
111
sk_free(
fRuns
.
fRuns
);
114
/// Once
fRuns
contains a complete supersampled row, flush() blits
126
SkAlphaRuns
fRuns
;
136
fRuns
.
fRuns
= (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
137
fRuns
.fAlpha = (uint8_t*)(
fRuns
.
fRuns
+ width + 1);
138
fRuns
.reset(width)
[
all
...]
/external/skia/src/core/
SkAntiRun.h
22
int16_t*
fRuns
;
28
SkASSERT(
fRuns
[0] > 0);
29
return fAlpha[0] == 0 &&
fRuns
[
fRuns
[0]] == 0;
53
SkASSERT(
fRuns
[offsetX] >= 0);
55
int16_t* runs =
fRuns
+ offsetX;
SkAAClip.h
120
int16_t*
fRuns
;
SkScan_AntiPath.cpp
111
sk_free(
fRuns
.
fRuns
);
114
/// Once
fRuns
contains a complete supersampled row, flush() blits
126
SkAlphaRuns
fRuns
;
136
fRuns
.
fRuns
= (int16_t*)sk_malloc_throw((width + 1 + (width + 2)/2) * sizeof(int16_t));
137
fRuns
.fAlpha = (uint8_t*)(
fRuns
.
fRuns
+ width + 1);
138
fRuns
.reset(width)
[
all
...]
/external/chromium_org/third_party/skia/src/text/
SkTextLayout.cpp
70
SkTDArray<GlyphRun*>
fRuns
;
74
fRuns
.deleteAll();
/external/skia/src/text/
SkTextLayout.cpp
70
SkTDArray<GlyphRun*>
fRuns
;
74
fRuns
.deleteAll();
/external/chromium_org/third_party/skia/include/core/
SkRegion.h
322
const RunType*
fRuns
;
355
const SkRegion::RunType*
fRuns
;
/external/skia/include/core/
SkRegion.h
322
const RunType*
fRuns
;
355
const SkRegion::RunType*
fRuns
;
/external/icu4c/layoutex/layout/
ParagraphLayout.h
171
VisualRun **
fRuns
;
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)
Completed in 510 milliseconds