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

  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp 71 RefPtr<SharedBuffer> sfntBuffer;
77 sfntBuffer = SharedBuffer::adoptVector(sfnt);
78 buffer = sfntBuffer.get();
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 57 RefPtr<SharedBuffer> sfntBuffer;
63 sfntBuffer = SharedBuffer::adoptVector(sfnt);
64 buffer = sfntBuffer.get();
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 170 RefPtr<SharedBuffer> sfntBuffer;
176 sfntBuffer = SharedBuffer::adoptVector(sfnt);
177 buffer = sfntBuffer.get();

Completed in 3146 milliseconds