Home
last modified time | relevance | path

Searched defs:getSpacing (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFont.h478 SkScalar getSpacing() const { return this->getMetrics(nullptr); } in getSpacing() function
/external/skqp/include/core/
DSkFont.h478 SkScalar getSpacing() const { return this->getMetrics(nullptr); } in getSpacing() function
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DCodeStyleManagerDecorator.java195 public int getSpacing(PsiFile file, int offset) { in getSpacing() method in CodeStyleManagerDecorator