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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ResourceData.java 18 * a {@link SaveData} object to store every required asset or information which will be used during the loading phase.
22 * The deserialization process must happen in the same order of serialization, because the per object {@link SaveData} blocks are stored
23 * as an {@link Array} within the {@link ResourceData}, while the global {@link SaveData} instances can be accessed in any order because
38 public static class SaveData implements Json.Serializable{
44 public SaveData(){
50 public SaveData(ResourceData resources){
121 private ObjectMap<String, SaveData> uniqueData;
124 private Array<SaveData> data;
132 uniqueData = new ObjectMap<String, SaveData>();
133 data = new Array<SaveData>(true, 3, SaveData.class)
    [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_CheckBox.h 29 void SaveData(CPDFSDK_PageView* pPageView) override;
FFL_RadioButton.h 29 void SaveData(CPDFSDK_PageView* pPageView) override;
FFL_ListBox.h 27 void SaveData(CPDFSDK_PageView* pPageView) override;
FFL_ComboBox.h 36 void SaveData(CPDFSDK_PageView* pPageView) override;
FFL_TextField.h 37 void SaveData(CPDFSDK_PageView* pPageView) override;
FFL_FormFiller.h 122 virtual void SaveData(CPDFSDK_PageView* pPageView);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ModelInfluencer.java 10 import com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData;
122 SaveData data = resources.createSaveData();
129 SaveData data = resources.getSaveData();
ParticleControllerInfluencer.java 12 import com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData;
187 SaveData data = resources.createSaveData();
220 SaveData data = resources.getSaveData();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
MeshSpawnShapeValue.java 9 import com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData;
79 SaveData saveData = data.createSaveData();
80 saveData.saveAsset(manager.getAssetFileName(model), Model.class);
81 saveData.save("index", model.meshes.indexOf(mesh, true));
87 SaveData saveData = data.getSaveData();
88 AssetDescriptor descriptor = saveData.loadAsset();
91 setMesh(model.meshes.get((Integer)saveData.load("index")), model);
  /external/gptfdisk/
gptcurses.h 113 void SaveData(void);
gptcurses.cc 466 void GPTDataCurses::SaveData(void) {
496 } // GPTDataCurses::SaveData()
725 SaveData();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
PointSpriteParticleBatch.java 22 import com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData;
147 SaveData data = resources.createSaveData("pointSpriteBatch");
153 SaveData data = resources.getSaveData("pointSpriteBatch");
BillboardParticleBatch.java 21 import com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData;
693 SaveData data = resources.createSaveData("billboardBatch");
700 SaveData data = resources.getSaveData("billboardBatch");
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp 97 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) {
FFL_RadioButton.cpp 101 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) {
FFL_ListBox.cpp 113 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) {
FFL_TextField.cpp 149 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) {
FFL_ComboBox.cpp 91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) {
FFL_FormFiller.cpp 552 SaveData(pPageView);
566 void CFFL_FormFiller::SaveData(CPDFSDK_PageView* pPageView) {}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxfile.h 125 STDMETHOD(SaveData) (THIS_ LPDIRECTXFILEDATA) PURE;
137 #define IDirectXFileSaveObject_SaveData(p,a) (p)->lpVtbl->SaveData(p,a)
iadmw.h 127 virtual HRESULT WINAPI SaveData(void) = 0;
165 HRESULT (WINAPI *SaveData)(IMSAdminBaseW *This);
205 #define IMSAdminBaseW_SaveData(This) (This)->lpVtbl->SaveData(This)
321 HRESULT (WINAPI *SaveData)(IMSAdminBase2W *This);
    [all...]
iiisext.h     [all...]

Completed in 774 milliseconds