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

  /external/skia/src/xps/
SkXPSDevice.cpp 64 #define GUID_ID_LEN SK_ARRAY_COUNT(L_GUID_ID)
68 buffer should have space for at least GUID_ID_LEN wide characters.
76 SkASSERT(bufferSize >= GUID_ID_LEN);
189 wchar_t id[GUID_ID_LEN];
190 HR(this->createId(id, GUID_ID_LEN));
645 wchar_t id[GUID_ID_LEN];
646 HR(this->createId(id, GUID_ID_LEN));
    [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp 64 #define GUID_ID_LEN SK_ARRAY_COUNT(L_GUID_ID)
68 buffer should have space for at least GUID_ID_LEN wide characters.
76 SkASSERT(bufferSize >= GUID_ID_LEN);
189 wchar_t id[GUID_ID_LEN];
190 HR(this->createId(id, GUID_ID_LEN));
645 wchar_t id[GUID_ID_LEN];
646 HR(this->createId(id, GUID_ID_LEN));
    [all...]

Completed in 213 milliseconds