HomeSort by relevance Sort by last modified time
    Searched refs:agl (Results 1 - 5 of 5) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 130 from fontTools import agl namespace
142 elif indices[i] in agl.UV2AGL:
143 self.glyphOrder[i] = agl.UV2AGL[indices[i]]
177 from fontTools import agl namespace
184 if glyphID in agl.AGL2UV:
185 indices.append(agl.AGL2UV[glyphID])
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 25 #include <AGL/agl.h>
video_render_mac_carbon_impl.cc 14 #include <AGL/agl.h>
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 442 # in combination with the Adobe Glyph List (AGL).
491 from fontTools import agl namespace
502 if unicode in agl.UV2AGL:
504 glyphName = agl.UV2AGL[unicode]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 864 milliseconds