HomeSort by relevance Sort by last modified time
    Searched defs:OrigLength (Results 1 - 4 of 4) sorted by null

  /external/freetype/include/freetype/internal/
tttypes.h 188 /* OrigLength :: Uncompressed table length (in bytes). */
201 FT_ULong OrigLength; /* uncompressed table length */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 188 /* OrigLength :: Unompressed table length (in bytes). */
201 FT_ULong OrigLength; /* uncompressed table length */
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 298 void ReplaceText(SourceLocation Start, unsigned OrigLength,
301 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
    [all...]
RewriteObjC.cpp 249 void ReplaceText(SourceLocation Start, unsigned OrigLength,
252 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
    [all...]

Completed in 144 milliseconds