Home
last modified time | relevance | path

Searched refs:path_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp397 auto path_offset = pos.fX + glyph_width * .5f; in computeGlyphXform() local
401 // -- vertical position adjustment "dy" ("dx" is factored into path_offset) in computeGlyphXform()
404 const auto m = fPathData->getMatrixAt(path_offset) * in computeGlyphXform()
/third_party/glfw/deps/
H A Dnuklear.h4747 unsigned int path_offset; member
9322 if (!list->path_offset) { in nk_draw_list_alloc_path()
9324 list->path_offset = (unsigned int)((nk_byte*)points - (nk_byte*)memory); in nk_draw_list_alloc_path()
9336 point = nk_ptr_add(struct nk_vec2, memory, list->path_offset); in nk_draw_list_path_last()
9994 list->path_offset = 0; in nk_draw_list_path_clear()

Completed in 52 milliseconds