Home | History | Annotate | Download | only in src

Lines Matching refs:format

104     unsigned int format = *this;
107 if (!format) return;
109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
111 if (format & xAdvance) {
115 if (format & yAdvance) {
127 if (format & xPlaDevice) {
130 if (format & yPlaDevice) {
133 if (format & xAdvDevice) {
136 if (format & yAdvDevice) {
144 unsigned int format = *this;
146 if (format & xPlacement) values++;
147 if (format & yPlacement) values++;
148 if (format & xAdvance) values++;
149 if (format & yAdvance) values++;
151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
170 unsigned int format = *this;
171 return (format & devices) != 0;
228 USHORT format; /* Format identifier--format = 1 */
257 USHORT format; /* Format identifier--format = 2 */
285 USHORT format; /* Format identifier--format = 3 */
306 switch (u.format) {
316 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
317 switch (u.format) {
327 USHORT format; /* Format identifier */
333 DEFINE_SIZE_UNION (2, format);
458 USHORT format; /* Format identifier--format = 1 */
506 USHORT format; /* Format identifier--format = 2 */
525 switch (u.format) {
534 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
535 switch (u.format) {
544 USHORT format; /* Format identifier */
689 USHORT format; /* Format identifier--format = 1 */
781 USHORT format; /* Format identifier--format = 2 */
816 switch (u.format) {
825 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
826 switch (u.format) {
835 USHORT format; /* Format identifier */
965 USHORT format; /* Format identifier--format = 1 */
982 switch (u.format) {
990 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
991 switch (u.format) {
999 USHORT format; /* Format identifier */
1057 USHORT format; /* Format identifier--format = 1 */
1081 switch (u.format) {
1089 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
1090 switch (u.format) {
1098 USHORT format; /* Format identifier */
1177 USHORT format; /* Format identifier--format = 1 */
1202 switch (u.format) {
1210 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
1211 switch (u.format) {
1219 USHORT format; /* Format identifier */
1295 USHORT format; /* Format identifier--format = 1 */
1321 switch (u.format) {
1329 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
1330 switch (u.format) {
1338 USHORT format; /* Format identifier */