Home
last modified time | relevance | path

Searched refs:fTypefaceCtx (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/include/core/
H A DSkSerialProcs.h58 void* fTypefaceCtx = nullptr; member
69 void* fTypefaceCtx = nullptr; member
/third_party/skia/src/core/
H A DSkPictureData.cpp133 auto data = procs.fTypefaceProc(tf, procs.fTypefaceCtx); in WriteTypefaces()
195 newProcs.fTypefaceCtx = nullptr; in skip_typeface_proc()
316 tf = procs.fTypefaceProc(&stream, sizeof(stream), procs.fTypefaceCtx); in parseStreamTag()
H A DSkWriteBuffer.cpp184 auto data = fProcs.fTypefaceProc(obj, fProcs.fTypefaceCtx); in writeTypeface()
H A DSkReadBuffer.cpp388 return fProcs.fTypefaceProc(data, size, fProcs.fTypefaceCtx); in readTypeface()
/third_party/skia/tools/
H A Dremote_demo.cpp156 procs.fTypefaceCtx = client; in final_draw()
245 procs.fTypefaceCtx = &server; in renderer()
/third_party/skia/tests/
H A DTextBlobTest.cpp417 serializeProcs.fTypefaceCtx = (void*) &array; in DEF_TEST()
422 deserializeProcs.fTypefaceCtx = (void*) &array; in DEF_TEST()
H A DSerialProcsTest.cpp207 procs.fTypefaceCtx = &counter; in DEF_TEST()
H A DSkRemoteGlyphCacheTest.cpp785 d_procs.fTypefaceCtx = &clientTf; in MakeEmojiBlob()

Completed in 6 milliseconds