Home
last modified time | relevance | path

Searched refs:fNeedsReshape (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skplaintexteditor/src/
Deditor.cpp56 fNeedsReshape = true; in setFont()
64 fNeedsReshape = true; in setWidth()
151 fNeedsReshape = true; in insert()
183 fNeedsReshape = true; in remove()
461 if (fNeedsReshape) { in reshapeAll()
509 fNeedsReshape = false; in reshapeAll()
/external/skia/modules/skplaintexteditor/include/
Deditor.h120 bool fNeedsReshape = false; variable