Home
last modified time | relevance | path

Searched refs:FindBool (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h585 if(msg->FindBool("window-border", &bEnabled) != B_OK) { in _SetBordered()
593 if(msg->FindBool("window-resizable", &bEnabled) != B_OK) { in _SetResizable()
617 msg->FindBool("fullscreen", &fullscreen) != B_OK in _SetFullScreen()
/third_party/skia/include/utils/
DSkParse.h27 static bool FindBool(const char str[], bool* value);
/third_party/flutter/skia/include/utils/
DSkParse.h27 static bool FindBool(const char str[], bool* value);
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BApp.h295 msg->FindBool("focusGained", &bSetFocus) != B_OK in _HandleMouseFocus()
314 msg->FindBool("focusGained", &bSetFocus) != B_OK in _HandleKeyboardFocus()
/third_party/skia/src/xml/
DSkDOM.cpp255 return vstr && SkParse::FindBool(vstr, value); in findBool()
289 return vstr && SkParse::FindBool(vstr, &value) && value == target; in hasBool()
/third_party/flutter/skia/src/xml/
DSkDOM.cpp394 return vstr && SkParse::FindBool(vstr, value); in findBool()
428 return vstr && SkParse::FindBool(vstr, &value) && value == target; in hasBool()
/third_party/skia/src/utils/
DSkParse.cpp246 bool SkParse::FindBool(const char str[], bool* value) in FindBool() function in SkParse
/third_party/flutter/skia/src/utils/
DSkParse.cpp246 bool SkParse::FindBool(const char str[], bool* value) in FindBool() function in SkParse