Home
last modified time | relevance | path

Searched refs:native_bounds (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.cc1244 Rectangle_f native_bounds = ToNativeRectF(env, java_bounds, converter); in ToNativeStampAnnotation() local
1247 auto stamp_annotation = std::make_unique<StampAnnotation>(native_bounds); in ToNativeStampAnnotation()
1277 vector<Rectangle_f> native_bounds; in ToNativeHighlightAnnotation() local
1287 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() local
1316 auto freetext_annotation = std::make_unique<FreeTextAnnotation>(native_bounds); in ToNativeFreeTextAnnotation()