Searched refs:native_bounds (Results 1 – 1 of 1) sorted by relevance
1244 Rectangle_f native_bounds = ToNativeRectF(env, java_bounds, converter); in ToNativeStampAnnotation() local1247 auto stamp_annotation = std::make_unique<StampAnnotation>(native_bounds); in ToNativeStampAnnotation()1277 vector<Rectangle_f> native_bounds; in ToNativeHighlightAnnotation() local1287 native_bounds.push_back(native_bound); in ToNativeHighlightAnnotation()1291 auto highlight_annotation = std::make_unique<HighlightAnnotation>(native_bounds); in ToNativeHighlightAnnotation()1313 Rectangle_f native_bounds = ToNativeRectF(env, java_bounds, converter); in ToNativeFreeTextAnnotation() local1316 auto freetext_annotation = std::make_unique<FreeTextAnnotation>(native_bounds); in ToNativeFreeTextAnnotation()