MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_point_from_position

Method get_point_from_position

src/npp/EditorInterface.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <cassert>
21
22POINT EditorInterface::get_point_from_position(TextPosition position) const {
23 return {get_point_x_from_position(position),
24 get_point_y_from_position(position)};
25}
26
27TextPosition EditorInterface::get_prev_valid_begin_pos(TextPosition pos) const {
28 if (pos == 0)

Callers 1

get_visible_textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected