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

  /external/skia/bench/
FSRectBench.cpp 19 FSRectBench() : fInit(false) { }
25 if (!fInit) {
37 fInit = true;
57 bool fInit;
  /external/skia/src/codec/
SkJpegDecoderMgr.h 72 bool fInit;
SkJpegDecoderMgr.cpp 73 , fInit(false)
82 fInit = true;
90 if (fInit) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 174 W32KAPI HBITMAP WINAPI NtGdiCreateDIBitmapInternal(HDC hdc,INT cx,INT cy,DWORD fInit,LPBYTE pjInit,LPBITMAPINFO pbmi,DWORD iUsage,UINT cjMaxInitInfo,UINT cjMaxBits,FLONG f,HANDLE hcmXform);
    [all...]

Completed in 210 milliseconds