HomeSort by relevance Sort by last modified time
    Searched refs:textMetric (Results 1 - 2 of 2) sorted by null

  /external/skia/src/ports/
SkFontHost_win.cpp 152 TEXTMETRIC textMetric;
153 if (0 == GetTextMetrics(hdc, &textMetric)) {
154 textMetric.tmPitchAndFamily = TMPF_VECTOR;
156 GetTextMetrics(hdc, &textMetric);
159 if (!(textMetric.tmPitchAndFamily & TMPF_VECTOR)) {
160 return textMetric.tmLastChar;
188 TEXTMETRIC textMetric;
189 if (0 == GetTextMetrics(hdc, &textMetric)) {
    [all...]
  /external/skqp/src/ports/
SkFontHost_win.cpp 152 TEXTMETRIC textMetric;
153 if (0 == GetTextMetrics(hdc, &textMetric)) {
154 textMetric.tmPitchAndFamily = TMPF_VECTOR;
156 GetTextMetrics(hdc, &textMetric);
159 if (!(textMetric.tmPitchAndFamily & TMPF_VECTOR)) {
160 return textMetric.tmLastChar;
188 TEXTMETRIC textMetric;
189 if (0 == GetTextMetrics(hdc, &textMetric)) {
    [all...]

Completed in 134 milliseconds