Searched refs:textHeight (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 263 float textHeight = print_info(canvas, node); in draw_dag() local 267 canvas->drawRect(SkRect::MakeWH(nodeResults->width(), nodeResults->height() + textHeight), in draw_dag() 282 return std::max(y, nodeResults->height() + textHeight + kPad); in draw_dag()
|
/third_party/flutter/skia/samplecode/ |
D | SampleImageFilterDAG.cpp | 432 float textHeight = print_info(canvas, node); in draw_dag() local 436 canvas->drawRect(SkRect::MakeWH(nodeResults->width(), nodeResults->height() + textHeight), in draw_dag() 451 return SkMaxScalar(y, nodeResults->height() + textHeight + kPad); in draw_dag()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | text_selection.dart | 189 Widget buildHandle(BuildContext context, TextSelectionHandleType type, double textHeight) {
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 1624 textHeight?: any; property
|