Home
last modified time | relevance | path

Searched refs:GetTexture (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dtextured_element.cc24 DCHECK(GetTexture()); in Initialize()
25 GetTexture()->OnInitialized(); in Initialize()
30 if (!GetTexture()->dirty() || !IsVisible()) in PrepareToDraw()
35 DCHECK(GetTexture()->measured()); in PrepareToDraw()
42 if (!GetTexture()->dirty()) in HasDirtyTexture()
46 return !TextureDependsOnMeasurement() || GetTexture()->measured(); in HasDirtyTexture()
57 GetTexture()->DrawEmptyTexture(); in UpdateTexture()
64 GetTexture()->DrawTexture(surface_->getCanvas(), texture_size_); in UpdateTexture()
68 GetTexture()->DrawEmptyTexture(); in UpdateTexture()
74 GetTexture()->SetForegroundColor(color); in SetForegroundColor()
[all …]
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_LensFlareSoleil.cpp41 texture=gestText.GetTexture("flare4"); in _GenererLensFlare()
47 texture=gestText.GetTexture("flare1"); in _GenererLensFlare()
50 texture=gestText.GetTexture("shine1"); in _GenererLensFlare()
53 texture=gestText.GetTexture("shine2"); in _GenererLensFlare()
56 texture=gestText.GetTexture("flare3"); in _GenererLensFlare()
59 texture=gestText.GetTexture("flare3"); in _GenererLensFlare()
62 texture=gestText.GetTexture("flare2"); in _GenererLensFlare()
67 texture=gestText.GetTexture("flare3"); in _GenererLensFlare()
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoTerrain.cxx346 actor->GetProperty()->GetTexture("VTK_TEXTURE_UNIT_0") == textureNode1->GetTexture() in AddActors()
350 actor->GetProperty()->GetTexture("VTK_TEXTURE_UNIT_1") == textureNode2->GetTexture() in AddActors()
355 sameTexture = !textureNode1 || actor->GetTexture() == textureNode1->GetTexture(); in AddActors()
395 actor->GetProperty()->SetTexture("VTK_TEXTURE_UNIT_0", textureNode1->GetTexture()); in AddActors()
401 textureNode2->GetTexture()->SetBlendingMode(vtkTexture::VTK_TEXTURE_BLENDING_MODE_ADD); in AddActors()
402 actor->GetProperty()->SetTexture("VTK_TEXTURE_UNIT_1", textureNode2->GetTexture()); in AddActors()
409 textureNode1->GetTexture()->SetBlendingMode( in AddActors()
414 actor->SetTexture(textureNode1->GetTexture()); in AddActors()
443 actor->GetProperty()->GetTexture("VTK_TEXTURE_UNIT_0") == textureNode1->GetTexture() in AddActors()
447 actor->GetProperty()->GetTexture("VTK_TEXTURE_UNIT_1") == textureNode2->GetTexture() in AddActors()
[all …]
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoTerrain.cxx344 … actor->GetProperty()->GetTexture(vtkProperty::VTK_TEXTURE_UNIT_0) == textureNode1->GetTexture() in AddActors()
348 … actor->GetProperty()->GetTexture(vtkProperty::VTK_TEXTURE_UNIT_1) == textureNode2->GetTexture() in AddActors()
353 sameTexture = !textureNode1 || actor->GetTexture() == textureNode1->GetTexture(); in AddActors()
392 … textureNode1->GetTexture()->SetBlendingMode(vtkTexture::VTK_TEXTURE_BLENDING_MODE_REPLACE); in AddActors()
393 … actor->GetProperty()->SetTexture(vtkProperty::VTK_TEXTURE_UNIT_0, textureNode1->GetTexture()); in AddActors()
399 textureNode2->GetTexture()->SetBlendingMode(vtkTexture::VTK_TEXTURE_BLENDING_MODE_ADD); in AddActors()
407 textureNode1->GetTexture()->SetBlendingMode( in AddActors()
412 actor->SetTexture(textureNode1->GetTexture()); in AddActors()
440 … actor->GetProperty()->GetTexture(vtkProperty::VTK_TEXTURE_UNIT_0) == textureNode1->GetTexture() in AddActors()
444 … actor->GetProperty()->GetTexture(vtkProperty::VTK_TEXTURE_UNIT_1) == textureNode2->GetTexture() in AddActors()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DCommandBuffer.cpp65 !view->GetTexture()->IsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
76 resolveView->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
83 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
88 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
104 if (!view->GetTexture()->IsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
107 if (view->GetTexture()->GetFormat().HasDepth() && in LazyClearRenderPassAttachments()
112 if (view->GetTexture()->GetFormat().HasStencil() && in LazyClearRenderPassAttachments()
128 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
134 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DModeratorActionsWnd.cpp44 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "nomoderatoraction.png")), in CompleteConstruction()
56 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addstar.png")), in CompleteConstruction()
57 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addstar_clicked.png")), in CompleteConstruction()
58 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addstar_mouseover.png"))); in CompleteConstruction()
82 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addplanet.png")), in CompleteConstruction()
83 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addplanet_clicked.png")), in CompleteConstruction()
122 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "delete.png")), in CompleteConstruction()
123 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "delete_clicked.png")), in CompleteConstruction()
134 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "setowner.png")), in CompleteConstruction()
151 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "addstarlane.png")), in CompleteConstruction()
[all …]
H A DAccordionPanel.cpp21 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "downarrownormal.png")), in CompleteConstruction()
22 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "downarrowclicked.png")), in CompleteConstruction()
23 GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "downarrowmouseover.png"))); in CompleteConstruction()
106 …m_expand_button->SetUnpressedGraphic(GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "upa… in SetCollapsed()
107 …m_expand_button->SetPressedGraphic (GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "upa… in SetCollapsed()
108 …m_expand_button->SetRolloverGraphic (GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "upa… in SetCollapsed()
110 …m_expand_button->SetUnpressedGraphic(GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "dow… in SetCollapsed()
111 …m_expand_button->SetPressedGraphic (GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "dow… in SetCollapsed()
112 …m_expand_button->SetRolloverGraphic (GG::SubTexture(ClientUI::GetTexture(button_texture_dir / "dow… in SetCollapsed()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_bsp.cpp436 …tempsec->SetTexture(sector_t::floor, diffTex ? sec->GetTexture(sector_t::floor) : s->GetTexture(se… in R_FakeFlat()
452 …tempsec->SetTexture(sector_t::ceiling, diffTex ? s->GetTexture(sector_t::floor) : s->GetTexture(se… in R_FakeFlat()
482 …tempsec->SetTexture(sector_t::ceiling, diffTex ? sec->GetTexture(sector_t::ceiling) : s->GetTextur… in R_FakeFlat()
486 if (s->GetTexture(sector_t::floor) != skyflatnum) in R_FakeFlat()
626 …(backsector->GetTexture(sector_t::ceiling) != skyflatnum || frontsector->GetTexture(sector_t::ceil… in R_AddLine()
653 || backsector->GetTexture(sector_t::floor) != frontsector->GetTexture(sector_t::floor) in R_AddLine()
654 || backsector->GetTexture(sector_t::ceiling) != frontsector->GetTexture(sector_t::ceiling) in R_AddLine()
1099 frontsector->GetTexture(sector_t::ceiling), in R_Subsector()
1139 frontsector->GetTexture(sector_t::floor), in R_Subsector()
1201 frontsector->GetTexture(sector_t::floor), in R_Subsector()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/
H A DProjectileFunctors.cpp23 if (fp1->GetTexture() != fp2->GetTexture()) in operator ()()
24 return (fp1->GetTexture() > fp2->GetTexture()); in operator ()()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DPersistentBufferProvider.cpp265 TextureClient* PersistentBufferProviderShared::GetTexture( in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
296 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
376 previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
418 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
435 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
449 texture = GetTexture(mFront); in GetTextureClient()
467 auto back = GetTexture(mBack); in BorrowSnapshot()
473 auto front = GetTexture(mFront); in BorrowSnapshot()
500 auto front = GetTexture(mFront); in ReturnSnapshot()
511 RefPtr<TextureClient> front = GetTexture(mFront); in ClearCachedResources()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DPersistentBufferProvider.cpp265 TextureClient* PersistentBufferProviderShared::GetTexture( in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
296 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
376 previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
418 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
435 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
449 texture = GetTexture(mFront); in GetTextureClient()
467 auto back = GetTexture(mBack); in BorrowSnapshot()
473 auto front = GetTexture(mFront); in BorrowSnapshot()
500 auto front = GetTexture(mFront); in ReturnSnapshot()
511 RefPtr<TextureClient> front = GetTexture(mFront); in ClearCachedResources()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCommandBuffer.cpp100 !view->GetTexture()->IsSubresourceContentInitialized(range)) { in LazyClearRenderPassAttachments()
112 resolveView->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
118 view->GetTexture()->SetIsSubresourceContentInitialized(true, range); in LazyClearRenderPassAttachments()
122 view->GetTexture()->SetIsSubresourceContentInitialized(false, range); in LazyClearRenderPassAttachments()
142 if (!view->GetTexture()->IsSubresourceContentInitialized(depthRange) && in LazyClearRenderPassAttachments()
148 if (!view->GetTexture()->IsSubresourceContentInitialized(stencilRange) && in LazyClearRenderPassAttachments()
154 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
157 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DPersistentBufferProvider.cpp162 RefPtr<TextureClient> prevTexture = GetTexture(mFront); in SetForwarder()
217 PersistentBufferProviderShared::GetTexture(Maybe<uint32_t> aIndex) in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
249 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
308 TextureClient* previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
334 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
350 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
364 auto front = GetTexture(mFront); in BorrowSnapshot()
396 auto front = GetTexture(mFront); in ReturnSnapshot()
405 RefPtr<TextureClient> front = GetTexture(mFront); in NotifyInactive()
406 RefPtr<TextureClient> back = GetTexture(mBack); in NotifyInactive()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DPersistentBufferProvider.cpp212 RefPtr<TextureClient> prevTexture = GetTexture(mFront); in SetKnowsCompositor()
265 TextureClient* PersistentBufferProviderShared::GetTexture( in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
296 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
381 TextureClient* previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
414 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
442 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
458 auto back = GetTexture(mBack); in BorrowSnapshot()
464 auto front = GetTexture(mFront); in BorrowSnapshot()
491 auto front = GetTexture(mFront); in ReturnSnapshot()
502 RefPtr<TextureClient> front = GetTexture(mFront); in ClearCachedResources()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DPersistentBufferProvider.cpp174 RefPtr<TextureClient> prevTexture = GetTexture(mFront); in SetKnowsCompositor()
227 TextureClient* PersistentBufferProviderShared::GetTexture( in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
257 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
330 TextureClient* previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
356 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
370 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
382 auto front = GetTexture(mFront); in BorrowSnapshot()
413 auto front = GetTexture(mFront); in ReturnSnapshot()
424 RefPtr<TextureClient> front = GetTexture(mFront); in ClearCachedResources()
425 RefPtr<TextureClient> back = GetTexture(mBack); in ClearCachedResources()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DRenderWaylandDMABUFTextureHostOGL.cpp30 return mSurface->GetTexture(aChannelIndex); in GetGLHandle()
57 if (!mSurface->GetTexture(aChannelIndex)) { in Lock()
68 mSurface->GetTexture(aChannelIndex), in Lock()
72 return NativeTextureToWrExternalImage(mSurface->GetTexture(aChannelIndex), 0, in Lock()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DPersistentBufferProvider.cpp291 TextureClient* PersistentBufferProviderShared::GetTexture( in GetTexture() function in mozilla::layers::PersistentBufferProviderShared
322 TextureClient* tex = GetTexture(mBack); in BorrowDrawTarget()
420 previous = GetTexture(previousBackBuffer); in BorrowDrawTarget()
459 TextureClient* back = GetTexture(mBack); in ReturnDrawTarget()
487 TextureClient* texture = GetTexture(mFront); in GetTextureClient()
506 texture = GetTexture(mFront); in GetTextureClient()
531 auto back = GetTexture(mBack); in BorrowSnapshot()
537 auto front = GetTexture(mFront); in BorrowSnapshot()
586 auto front = GetTexture(mFront); in ReturnSnapshot()
597 RefPtr<TextureClient> front = GetTexture(mFront); in ClearCachedResources()
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DDirect3DContentProvider.cpp21 … m_host->CreateSynchronizedTexture(m_controller->GetTexture(), &m_synchronizedTexture); in __anon6606dea90202()
46 HRESULT Direct3DContentProvider::GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSur… in GetTexture() function in Direct3DContentProvider
52 hr = m_host->CreateSynchronizedTexture(m_controller->GetTexture(), &m_synchronizedTexture); in GetTexture()
70 hr = m_controller->GetTexture(size, synchronizedTexture, textureSubRectangle); in GetTexture()
/dports/graphics/opencv/opencv-4.5.3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DDirect3DContentProvider.cpp21 … m_host->CreateSynchronizedTexture(m_controller->GetTexture(), &m_synchronizedTexture); in __anon1c9ec4760202()
46 HRESULT Direct3DContentProvider::GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSur… in GetTexture() function in Direct3DContentProvider
52 hr = m_host->CreateSynchronizedTexture(m_controller->GetTexture(), &m_synchronizedTexture); in GetTexture()
70 hr = m_controller->GetTexture(size, synchronizedTexture, textureSubRectangle); in GetTexture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dservice_discardable_manager_unittest.cc110 TextureRef* ref = texture_manager_->GetTexture(client_id); in ExpectTextureDeletion()
150 EXPECT_NE(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
160 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
165 EXPECT_NE(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
299 TextureRef* texture_ref = texture_manager_->GetTexture(kClientId); in TEST_F()
382 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
387 TextureRef* generated_texture_ref = texture_manager_->GetTexture(kClientId); in TEST_F()
393 EXPECT_EQ(generated_texture_ref, texture_manager_->GetTexture(kClientId)); in TEST_F()
419 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
431 EXPECT_EQ(generated_texture_ref, texture_manager_->GetTexture(kClientId)); in TEST_F()
[all …]
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLDepthOfFieldFilter.cpp78 dev->BindTexture(IGLDevice::Texture2D, buffer.GetTexture()); in BlurCoC()
86 dev->BindTexture(IGLDevice::Texture2D, buf2.GetTexture()); in BlurCoC()
191 dev->BindTexture(IGLDevice::Texture2D, coc.GetTexture()); in GenerateCoC()
230 dev->BindTexture(IGLDevice::Texture2D, coc.GetTexture()); in Blur()
244 dev->BindTexture(IGLDevice::Texture2D, buffer.GetTexture()); in Blur()
277 dev->BindTexture(IGLDevice::Texture2D, buffer1.GetTexture()); in AddMix()
322 dev->BindTexture(IGLDevice::Texture2D, tex.GetTexture()); in FinalMix()
327 dev->BindTexture(IGLDevice::Texture2D, blur1.GetTexture()); in FinalMix()
332 dev->BindTexture(IGLDevice::Texture2D, blur2.GetTexture()); in FinalMix()
337 dev->BindTexture(IGLDevice::Texture2D, coc.GetTexture()); in FinalMix()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dservice_discardable_manager_unittest.cc110 TextureRef* ref = texture_manager_->GetTexture(client_id); in ExpectTextureDeletion()
150 EXPECT_NE(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
160 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
165 EXPECT_NE(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
299 TextureRef* texture_ref = texture_manager_->GetTexture(kClientId); in TEST_F()
382 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
387 TextureRef* generated_texture_ref = texture_manager_->GetTexture(kClientId); in TEST_F()
393 EXPECT_EQ(generated_texture_ref, texture_manager_->GetTexture(kClientId)); in TEST_F()
419 EXPECT_EQ(nullptr, texture_manager_->GetTexture(kClientId)); in TEST_F()
431 EXPECT_EQ(generated_texture_ref, texture_manager_->GetTexture(kClientId)); in TEST_F()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutooldeformationgrid.pas211 …if not quadDefined and (GetTexture <> nil) and (GetTexture.Width > 0) and (GetTexture.Height > 0) …
213 tx := GetTexture.Width;
214 ty := GetTexture.Height;
353 result := GetTexture;
357 if GetTexture = nil then
369 if tx > GetTexture.Width then tx := GetTexture.Width;
370 if ty > GetTexture.Height then ty := GetTexture.Height;
372 if (tx = GetTexture.Width) and (ty = GetTexture.Height) then
374 result := GetTexture;
493 if (GetTexture <> nil) and (GetTexture.Height <> 0)
[all …]
/dports/games/spring/spring_98.0/rts/Rendering/
H A DProjectileDrawer.cpp167 flaretex = &textureAtlas->GetTexture("flare"); in CProjectileDrawer()
168 explotex = &textureAtlas->GetTexture("explo"); in CProjectileDrawer()
169 explofadetex = &textureAtlas->GetTexture("explofade"); in CProjectileDrawer()
170 heatcloudtex = &textureAtlas->GetTexture("heatcloud"); in CProjectileDrawer()
171 laserendtex = &textureAtlas->GetTexture("laserend"); in CProjectileDrawer()
173 randdotstex = &textureAtlas->GetTexture("randdots"); in CProjectileDrawer()
175 waketex = &textureAtlas->GetTexture("wake"); in CProjectileDrawer()
176 perlintex = &textureAtlas->GetTexture("perlintex"); in CProjectileDrawer()
177 flametex = &textureAtlas->GetTexture("flame"); in CProjectileDrawer()
212 groundringtex = &groundFXAtlas->GetTexture("groundring"); in CProjectileDrawer()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIControlFactory.cpp328 GetTexture(pRootNode, strTag, image); in GetInfoTexture()
867 GetTexture(pControlNode, "texturefocus", textureFocus); in Create()
877 GetTexture(pControlNode, "textureup", textureUp); in Create()
878 GetTexture(pControlNode, "texturedown", textureDown); in Create()
906 GetTexture(pControlNode, "texturesliderbar", textureBar); in Create()
908 GetTexture(pControlNode, "textureslidernib", textureNib); in Create()
938 GetTexture(pControlNode, "texturebg", textureBackground); in Create()
939 GetTexture(pControlNode, "lefttexture", textureLeft); in Create()
940 GetTexture(pControlNode, "midtexture", textureMid); in Create()
941 GetTexture(pControlNode, "righttexture", textureRight); in Create()
[all …]

12345678910>>...49