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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 51 typedef enum FillMode GpFillMode;
gdipluspath.h 45 GraphicsPath(FillMode fillMode = FillModeAlternate):
48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath);
51 FillMode fillMode = FillModeAlternate):
55 points, types, count, fillMode, &nativePath);
58 FillMode fillMode = FillModeAlternate):
62 points, types, count, fillMode, &nativePath);
390 FillMode GetFillMode() cons
    [all...]
gdiplusenums.h 429 typedef enum FillMode {
432 } FillMode;
gdiplusgraphics.h 852 FillMode fillMode, REAL tension = 0.5f)
857 points, count, tension, fillMode));
861 FillMode fillMode, REAL tension = 0.5f)
866 points, count, tension, fillMode));
955 FillMode fillMode)
960 points, count, fillMode));
963 FillMode fillMode
    [all...]
  /external/swiftshader/src/Renderer/
Context.hpp 100 enum FillMode : unsigned int
430 FillMode fillMode;
PixelProcessor.hpp 271 virtual void setFillMode(FillMode fillMode);
PixelProcessor.cpp 743 void PixelProcessor::setFillMode(FillMode fillMode)
745 context->fillMode = fillMode;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11_1.idl 64 D3D11_FILL_MODE FillMode;
d3d10.idl 352 D3D10_FILL_MODE FillMode;
    [all...]
d3d11.idl 634 D3D11_FILL_MODE FillMode;
651 cpp_quote(" FillMode = D3D11_FILL_SOLID;")
662 cpp_quote(" explicit CD3D11_RASTERIZER_DESC(D3D11_FILL_MODE fillMode, D3D11_CULL_MODE cullMode," )
665 cpp_quote(" FillMode = fillMode;")
    [all...]
d3d11_1.h 98 D3D11_FILL_MODE FillMode;
    [all...]
d3d11.h 888 D3D11_FILL_MODE FillMode;
904 FillMode = D3D11_FILL_SOLID;
915 explicit CD3D11_RASTERIZER_DESC(D3D11_FILL_MODE fillMode, D3D11_CULL_MODE cullMode,
918 FillMode = fillMode;
    [all...]
d3d10.h 687 D3D10_FILL_MODE FillMode;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 569 state.fill_front = state.fill_back = (rasterizer_desc->FillMode == D3D11_FILL_WIREFRAME) ? PIPE_POLYGON_MODE_LINE : PIPE_POLYGON_MODE_FILL;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 386 D3D10_FILL_MODE FillMode;
    [all...]
d3d11.idl 693 D3D11_FILL_MODE FillMode;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 173 enum FillMode
195 void generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth = 1, FillMode = FILL_MODE_GRADIENT);
270 void CopiesAndBlittingTestInstance::generateBuffer (tcu::PixelBufferAccess buffer, int width, int height, int depth, FillMode mode)
    [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 914 milliseconds