Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsWindow
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H
A
D
Win32SurfaceKHR.cpp
26
if(!
IsWindow
(hwnd) || !GetClientRect(hwnd, &clientRect))
in getWindowSize()
44
ASSERT(
IsWindow
(hwnd) == TRUE);
in Win32SurfaceKHR()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
NativeWindow9.cpp
34
return
IsWindow
(window) == TRUE;
in IsValidNativeWindow()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H
A
D
DisplayVkWin32.cpp
51
return (
IsWindow
(window) == TRUE);
in isValidNativeWindow()
/third_party/lzma/CPP/Windows/
H
A
D
Window.h
210
bool
IsWindow
() { return BOOLToBool(::
IsWindow
(_window)); }
in IsWindow()
function in NWindows::CWindow
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
H
A
D
NativeWindow11Win32.cpp
216
return
IsWindow
(window) == TRUE;
in IsValidNativeWindow()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
Surface.cpp
90
DAWN_INVALID_IF(
IsWindow
(static_cast<HWND>(hwndDesc->hwnd)) == 0, "Invalid HWND");
in ValidateSurfaceDescriptor()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H
A
D
Display.cpp
663
return
IsWindow
(window) == TRUE;
in isValidWindow()
/third_party/python/Tools/msi/bundle/bootstrap/
H
A
D
PythonBootstrapperApplication.cpp
1789
if (::
IsWindow
(_command.hwndSplashScreen)) {
in CreateMainWindow()
1852
if (::
IsWindow
(_hWnd)) {
in DestroyMainWindow()
3159
AssertSz(!::
IsWindow
(_hWnd), "Window should have been destroyed before destructor.");
in ~PythonBootstrapperApplication()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H
A
D
DisplayWGL.cpp
564
return (
IsWindow
(window) == TRUE);
in isValidNativeWindow()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 50 milliseconds