Home
last modified time | relevance | path

Searched refs:fDoInterp (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/views/
DSkProgressView.cpp20 fDoInterp = false; in SkProgressView()
44 if (fDoInterp) in setValue()
131 (void)dom.findBool(node, "do-interp", &fDoInterp); in onInflate()
/external/skia/legacy/src/views/
DSkProgressView.cpp20 fDoInterp = false; in SkProgressView()
44 if (fDoInterp) in setValue()
131 (void)dom.findBool(node, "do-interp", &fDoInterp); in onInflate()
DSkWidget.cpp78 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false)
122 if (fDoInterp)
202 (void)dom.findBool(node, "do-interp", &fDoInterp);
/external/skia/legacy/include/views/
DSkWidget.h284 bool fDoInterp; variable
322 bool fDoInterp; variable
/external/skia/include/views/
DSkWidget.h269 bool fDoInterp; variable