Home | History | Annotate | Download | only in src

Lines Matching refs:get_device

130       if (x_ppem) glyph_pos.x_offset  += (base + get_device (values)).get_x_delta (font);
134 if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font);
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
165 static inline OffsetTo<Device>& get_device (Value* value)
167 static inline const OffsetTo<Device>& get_device (const Value* value)