OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLC
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkTSearch.cpp
103
fLC
= lc;
119
if (
fLC
!= fStorage) {
120
sk_free(
fLC
);
/external/skia/include/core/
SkTSearch.h
147
const char* lc() const { return
fLC
; }
151
char*
fLC
; // points to either the heap or fStorage
Completed in 37 milliseconds