Searched refs:labelStartDistance (Results 1 – 1 of 1) sorted by relevance
65 const float labelStartDistance = -labelLength / 2; in bboxifyLabel() local66 const float paddingStartDistance = labelStartDistance - labelLength / 8; in bboxifyLabel()73 if (anchorDistance > labelStartDistance) { in bboxifyLabel()94 float boxDistanceToAnchor = labelStartDistance + boxOffset; in bboxifyLabel()