Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c263 FT_UInt old_code = state->old_code; in ft_lzwstate_io() local
303 old_code = old_char = (FT_UInt)c; in ft_lzwstate_io()
335 old_code = 0; in ft_lzwstate_io()
353 code = old_code; in ft_lzwstate_io()
395 state->prefix[state->free_ent] = (FT_UShort)old_code; in ft_lzwstate_io()
401 old_code = in_code; in ft_lzwstate_io()
412 state->old_code = old_code; in ft_lzwstate_io()
Dftzopen.h131 FT_UInt old_code; member
/third_party/freetype/src/lzw/
Dftzopen.c263 FT_UInt old_code = state->old_code; in ft_lzwstate_io() local
303 old_code = old_char = (FT_UInt)c; in ft_lzwstate_io()
335 old_code = 0; in ft_lzwstate_io()
353 code = old_code; in ft_lzwstate_io()
395 state->prefix[state->free_ent] = (FT_UShort)old_code; in ft_lzwstate_io()
401 old_code = in_code; in ft_lzwstate_io()
412 state->old_code = old_code; in ft_lzwstate_io()
Dftzopen.h131 FT_UInt old_code; member
/third_party/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c268 FT_UInt old_code = state->old_code; in ft_lzwstate_io() local
308 old_code = old_char = (FT_UInt)c; in ft_lzwstate_io()
340 old_code = 0; in ft_lzwstate_io()
358 code = old_code; in ft_lzwstate_io()
400 state->prefix[state->free_ent] = (FT_UShort)old_code; in ft_lzwstate_io()
406 old_code = in_code; in ft_lzwstate_io()
417 state->old_code = old_code; in ft_lzwstate_io()
Dftzopen.h131 FT_UInt old_code; member
/third_party/boost/libs/outcome/doc/src/snippets/
Dforeign_try.cpp88 ForeignExpected<int> old_code(int a) // old code in old_code() function
97 BOOST_OUTCOME_TRY(x, old_code(a)); in new_code()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkutils.c526 const guint32 *old_code = (const guint32 *) code; in gst_vulkan_create_shader() local
534 guint32 old = old_code[i]; in gst_vulkan_create_shader()
/third_party/freetype/
DChangeLog.243275 handled as clear codes. This also re-sets old_code and old_char to
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.243275 handled as clear codes. This also re-sets old_code and old_char to
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.243275 handled as clear codes. This also re-sets old_code and old_char to