Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp54 FX_SAFE_INT32 safe_space = next_origin; in AdjustGlyphSpace() local
55 safe_space -= current_origin; in AdjustGlyphSpace()
56 if (!safe_space.IsValid()) in AdjustGlyphSpace()
59 int space = safe_space.ValueOrDie(); in AdjustGlyphSpace()