Searched refs:FindBool (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_BWin.h | 585 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/ |
D | SkParse.h | 27 static bool FindBool(const char str[], bool* value);
|
/third_party/flutter/skia/include/utils/ |
D | SkParse.h | 27 static bool FindBool(const char str[], bool* value);
|
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/ |
D | SDL_BApp.h | 295 msg->FindBool("focusGained", &bSetFocus) != B_OK in _HandleMouseFocus() 314 msg->FindBool("focusGained", &bSetFocus) != B_OK in _HandleKeyboardFocus()
|
/third_party/skia/src/xml/ |
D | SkDOM.cpp | 255 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/ |
D | SkDOM.cpp | 394 return vstr && SkParse::FindBool(vstr, value); in findBool() 428 return vstr && SkParse::FindBool(vstr, &value) && value == target; in hasBool()
|
/third_party/skia/src/utils/ |
D | SkParse.cpp | 246 bool SkParse::FindBool(const char str[], bool* value) in FindBool() function in SkParse
|
/third_party/flutter/skia/src/utils/ |
D | SkParse.cpp | 246 bool SkParse::FindBool(const char str[], bool* value) in FindBool() function in SkParse
|