OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDataSize
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
regex.h
585
int32_t
fDataSize
; // The size of the data needed by the pattern that
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h
598
int32_t
fDataSize
; // The size of the data needed by the pattern that
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
61
size_t
fDataSize
;
81
head->
fDataSize
= dataSize;
215
SkASSERT(yoff->fOffset + rowLength <= head->
fDataSize
);
512
size_t size = head->fRowCount * sizeof(YOffset) + head->
fDataSize
;
538
memmove(stop - skip, stop, head->
fDataSize
);
641
ah->
fDataSize
== bh->
fDataSize
&&
642
!memcmp(ah->data(), bh->data(), ah->
fDataSize
);
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
61
size_t
fDataSize
;
81
head->
fDataSize
= dataSize;
215
SkASSERT(yoff->fOffset + rowLength <= head->
fDataSize
);
512
size_t size = head->fRowCount * sizeof(YOffset) + head->
fDataSize
;
538
memmove(stop - skip, stop, head->
fDataSize
);
641
ah->
fDataSize
== bh->
fDataSize
&&
642
!memcmp(ah->data(), bh->data(), ah->
fDataSize
);
[
all
...]
Completed in 96 milliseconds