MCPcopy Create free account
hub / github.com/HumbleUI/Skija / measureTextWidth

Method measureTextWidth

shared/java/Font.java:472–475  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

470 }
471
472 public float measureTextWidth(String s) {
473 Stats.onNativeCall();
474 return measureTextWidth(s, null);
475 }
476
477 public float measureTextWidth(String s, Paint p) {
478 try {

Callers 3

executeMethod · 0.80
drawByWordsMethod · 0.80
drawTextLinesByWordsMethod · 0.80

Calls 4

onNativeCallMethod · 0.95
_nMeasureTextWidthMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.64